rpicms

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

commit f629172ad1090a55649f5dfefa06a8d07c967562
parent c550cb09012ea76262cb7f6474b52ae9faf73a47
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue, 24 Feb 2015 17:11:57 +0100

near

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"; + protected $_branch = 'stable'; /** * Version filename on the server. * * @var string */ - private $_updateFile = 'update.json.'; + protected $_updateFile = 'update.json.'; /** * Current version.