diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-24 20:08:04 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-24 20:08:04 -0800 |
commit | 73aeed890263386a0cd44b210ddf360dc6613843 (patch) | |
tree | aeab5fd87ac081bae7d0547f202dd3097bf543e0 /modules/gallery/helpers/gallery_block.php | |
parent | 24ef52eccbe854688d61a798ee79d64f24f63ac1 (diff) |
indentation fix.
Diffstat (limited to 'modules/gallery/helpers/gallery_block.php')
-rw-r--r-- | modules/gallery/helpers/gallery_block.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/gallery/helpers/gallery_block.php b/modules/gallery/helpers/gallery_block.php index 1db7585c..9d4e81b6 100644 --- a/modules/gallery/helpers/gallery_block.php +++ b/modules/gallery/helpers/gallery_block.php @@ -101,8 +101,7 @@ class gallery_block_Core { $block->css_id = "g-user-language-block"; $block->title = t("Language preference"); $block->content = new View("user_languages_block.html"); - $block->content->installed_locales = - array_merge(array("" => t("« none »")), $locales); + $block->content->installed_locales = array_merge(array("" => t("« none »")), $locales); $block->content->selected = (string) locales::cookie_locale(); } else { $block = ""; |