commit caf72f9fd8656692f2773747349bbc359a9028ea parent 827b25682bff50c80255a07e288e5de19b5ea1a1 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 22 Feb 2015 20:15:16 +0100 wrong file :/ Diffstat:
| M | core/old_update/update/update.php | | | 2 | +- |
| M | core/update/update/update.php | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/old_update/update/update.php b/core/old_update/update/update.php @@ -66,7 +66,7 @@ class AutoUpdate { /* * Version filename on the server */ - public $updateIni = 'update.ini' . $this->branch; + public $updateIni = 'update.ini.$this->branch'; /* * branch on the server diff --git a/core/update/update/update.php b/core/update/update/update.php @@ -70,13 +70,13 @@ class AutoUpdate * branch on the server */ public $branch = 'stable'; - + /** * Version filename on the server. * * @var string */ - protected $_updateFile = 'update.json.$this->branch'; + protected $_updateFile = 'update.json' . $this->branch; /** * Current version.