summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-24 20:08:04 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-24 20:08:04 -0800
commit73aeed890263386a0cd44b210ddf360dc6613843 (patch)
treeaeab5fd87ac081bae7d0547f202dd3097bf543e0
parent24ef52eccbe854688d61a798ee79d64f24f63ac1 (diff)
indentation fix.
-rw-r--r--modules/gallery/helpers/gallery_block.php3
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 = "";