diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-05 20:56:16 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-05 20:56:16 -0800 |
commit | 320a569c104c61e103b5c6336d8f52c7677f8594 (patch) | |
tree | 8641bfd28b230e209b9fc515295f97c9f0b695e8 | |
parent | fcbf824c05a7ba61391c0b5afc1589436490e7ba (diff) |
Fix whitespace.
-rw-r--r-- | modules/gallery/helpers/block_manager.php | 2 |
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); } } |