Skip to content

Commit

Permalink
indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Dec 25, 2009
1 parent 24ef52e commit 73aeed8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/gallery/helpers/gallery_block.php
Expand Up @@ -101,8 +101,7 @@ static function get($block_id) {
$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 = "";
Expand Down

0 comments on commit 73aeed8

Please sign in to comment.