aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 0feedf7a1..55ae3cc66 100755
--- a/boot.php
+++ b/boot.php
@@ -950,7 +950,7 @@ class App {
foreach($this->widgets as $w) {
if ($w['location'] == $location)
$ret[] = $w;
- }
+ }
$arr = array('location' => $location, 'widgets' => $ret);
call_hooks('get_widgets', $arr);
return $arr['widgets'];