commit f629172ad1090a55649f5dfefa06a8d07c967562 parent c550cb09012ea76262cb7f6474b52ae9faf73a47 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 24 Feb 2015 17:11:57 +0100 near 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"; + protected $_branch = 'stable'; /** * Version filename on the server. * * @var string */ - private $_updateFile = 'update.json.'; + protected $_updateFile = 'update.json.'; /** * Current version.