commit 5aa97b76e13dc210d43cea4ba349a1c51ec02322 parent 0f2e31d8ce5fdf0090864ed8895d549a111e484c Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 23 Feb 2015 20:17:58 +0100 unexpected $this :/ Diffstat:
| M | core/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 @@ -69,14 +69,14 @@ class AutoUpdate /* * branch on the server */ - public $branch = 'stable'; + public $_branch = 'stable'; /** * Version filename on the server. * * @var string */ - public $_updateFile = "update.json." . $this->branch; + public $_updateFile = "update.json.".$this->_branch; /** * Current version.