rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 879a523d4d4b42dc28001fd31abeaa9e81106568
parent 70d493af02db95f70795caf7626f7cfb343a8967
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 21 Dec 2014 08:43:22 +0100

fix bug with globalizing of variables

Diffstat:
Mthemes/jumbotron/update.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/jumbotron/update.php b/themes/jumbotron/update.php @@ -25,7 +25,7 @@ if ($root_3[1] == 'core') { } function update(){ -global $root $root_3 $root_2 $currentdir $root_1; +global $root, $root_3, $root_2, $currentdir, $root_1; require($root . '/core/update/update/update.php'); $update = new AutoUpdate(true);