diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-05-14 20:05:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-05-14 20:05:39 +0000 |
commit | bb3ccea5f7794cfb462e102eefe821cfa44a5307 (patch) | |
tree | d51f8d40a980832ffdf9a4bcf11cf940a394506f | |
parent | e9295e20a0417cd9d651a2df59f8577620c48896 (diff) | |
download | brdo-bb3ccea5f7794cfb462e102eefe821cfa44a5307.tar.gz brdo-bb3ccea5f7794cfb462e102eefe821cfa44a5307.tar.bz2 |
- Fixed typo: "$language" should have been "$languages".
-rw-r--r-- | includes/setting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/setting.php b/includes/setting.php index dbbc5eec6..d4bc5240b 100644 --- a/includes/setting.php +++ b/includes/setting.php @@ -54,7 +54,7 @@ $themes = array("UnConeD" => array( # maintenance capabilities. If your site does not require # translation support, disable it by commenting out the $language # variable below. -#$language = array(); // = language support disabled +#$languages = array(); // = language support disabled $languages = array("en" => "English"); # This line prevents users from accessing your settings file: |