rpicms

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

commit d324bc765168dc6f11903c56a9f1749016f8f47a
parent a3f782f6483a499695b64874064c03eacc30599a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 23 Feb 2015 20:25:13 +0100

bug...

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

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