commit bb086ef78fc62a21563c82f76c864efd6fc060ec parent 96255377a62b1eda973204efb4de10c4650120a9 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 23 Feb 2015 20:39:32 +0100 its an superglobal..... 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 @@ -71,14 +71,14 @@ class AutoUpdate * * @var string */ - private $branch = "stable"; + private $_branch = "stable"; /** * Version filename on the server. * * @var string */ - private $_updateFile = "update.json.".$this->{$branch}; + private $_updateFile = "update.json.".$_branch; /** * Current version.