rpicms

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

commit 8bfdc1d958469b758725faf8e7235789478c073b
parent c7243d37da3fce4481265e927ff4e914a6e58182
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 21 Dec 2014 14:08:43 +0100

more updater updates

Diffstat:
Mcore/update/update/update.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -197,7 +197,6 @@ class AutoUpdate { $this->latestVersion = $keyOld; $this->latestVersionName = $latest; $this->latestUpdate = $update; - $this->latestBranch = $branch; return $keyOld; }