diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2012-04-24 10:41:25 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2012-04-24 10:41:25 -0700 |
commit | ec474c8f70406149ec515a0e09020ecd1b5292ec (patch) | |
tree | 746924de52524bf6b11171559ec0b7619d269a00 /languages/en.php | |
parent | 12e1aa2e380c6ea13251d2e626228483c4ab8da5 (diff) | |
download | elgg-ec474c8f70406149ec515a0e09020ecd1b5292ec.tar.gz elgg-ec474c8f70406149ec515a0e09020ecd1b5292ec.tar.bz2 |
Fixes #4324. Not allowing relative paths for dataroot in advance settings.
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 14df3db34..e48f992d7 100644 --- a/languages/en.php +++ b/languages/en.php @@ -562,6 +562,7 @@ $english = array( 'admin:configuration:success' => "Your settings have been saved.", 'admin:configuration:fail' => "Your settings could not be saved.", + 'admin:configuration:dataroot:relative_path' => 'Cannot set "%s" as the dataroot because it is not an absolute path.', 'admin:unknown_section' => 'Invalid Admin Section.', |