diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-18 16:12:40 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-18 16:12:40 -0700 |
commit | 322e2fab6be0717a95ca98a1d97f2e284ce5fcc2 (patch) | |
tree | 8f73f29f09547bb91c764bede2df2600c5faf719 /modules/user | |
parent | 3b7855010f3b3ef84fc7a3b8889f58edaab9c5cc (diff) | |
parent | df22832a5b7e7c1962940becab1c90aaec3392f9 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/helpers/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/helpers/user.php b/modules/user/helpers/user.php index 4105d745..53e9052c 100644 --- a/modules/user/helpers/user.php +++ b/modules/user/helpers/user.php @@ -79,7 +79,7 @@ class user_Core { } private static function _add_locale_dropdown(&$form, $user=null) { - $locales = locale::installed(); + $locales = locales::installed(); if (count($locales) > 1) { // Put "none" at the first position in the array $locales = array_merge(array("" => t("« none »")), $locales); |