commit aad5c3a4e6300cd37f905eacb3795026abc654c8
parent 27727fc1b595a85c0c3d9a74904aef4fba91a45f
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 21 Dec 2014 16:04:39 +0100
update updater
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/update/update/update.php b/core/update/update/update.php
@@ -212,7 +212,7 @@ class AutoUpdate {
* @param string $updateUrl Url where to download from
* @param string $updateFile Path where to save the download
*/
- public function downloadUpdate($updateUrl . $this->branch;, $updateFile) {
+ public function downloadUpdate($updateUrl$this->branch, $updateFile) {
$this->log('Downloading update...');
$update = @file_get_contents($updateUrl);