aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2014-11-14 00:45:25 +0100
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2014-11-14 00:45:25 +0100
commite8b77fbdff6cfd9455db378b5edb00fece74fea2 (patch)
tree5f9262cf5e053044df04184cb87192035cf07802 /boot.php
parente4859d4bd70b1649e7ebe4cbb285a0993a837f85 (diff)
downloadvolse-hubzilla-e8b77fbdff6cfd9455db378b5edb00fece74fea2.tar.gz
volse-hubzilla-e8b77fbdff6cfd9455db378b5edb00fece74fea2.tar.bz2
volse-hubzilla-e8b77fbdff6cfd9455db378b5edb00fece74fea2.zip
Fixed a variable conflict in mod/xchan.php.
A variable $rr inside the foreachs was used twice. Add translation to mod/xchan.php.
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'];