summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-05 20:56:16 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-05 20:56:16 -0800
commit320a569c104c61e103b5c6336d8f52c7677f8594 (patch)
tree8641bfd28b230e209b9fc515295f97c9f0b695e8 /modules
parentfcbf824c05a7ba61391c0b5afc1589436490e7ba (diff)
Fix whitespace.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/block_manager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/block_manager.php b/modules/gallery/helpers/block_manager.php
index b003f1d8..978ef9ba 100644
--- a/modules/gallery/helpers/block_manager.php
+++ b/modules/gallery/helpers/block_manager.php
@@ -37,7 +37,7 @@ class block_manager_Core {
$block_class = "{$module_name}_block";
if (method_exists($block_class, "get_site_list")) {
$blocks = call_user_func(array($block_class, "get_site_list"));
- foreach (array_keys($blocks) as $block_id) {
+ foreach (array_keys($blocks) as $block_id) {
self::add("site_sidebar", $module_name, $block_id);
}
}