summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/helpers/user_theme.php')
-rw-r--r--modules/user/helpers/user_theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/helpers/user_theme.php b/modules/user/helpers/user_theme.php
index 184a2bc9..098d87fd 100644
--- a/modules/user/helpers/user_theme.php
+++ b/modules/user/helpers/user_theme.php
@@ -45,7 +45,7 @@ class user_theme_Core {
$block->title = t("Language Preference");
$block->content = new View("user_languages_block.html");
$block->content->installed_locales =
- array_merge(array("" => t("« none »")), $locales);
+ array_merge(array("" => t("« none »")), $locales);
$block->content->selected = (string) user::cookie_locale();
return $block;
}