rpicms

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

commit 96255377a62b1eda973204efb4de10c4650120a9
parent 9f2dde11dd72efa007c380d95749d846734d5ef8
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 23 Feb 2015 20:32:19 +0100

now?

Diffstat:
Mcore/update/update/update.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -71,14 +71,14 @@ class AutoUpdate * * @var string */ - private $_branch = 'stable'; + private $branch = "stable"; /** * Version filename on the server. * * @var string */ - private $_updateFile = "update.json.".$this->{_branch}; + private $_updateFile = "update.json.".$this->{$branch}; /** * Current version.