commit 815a526bd2cc2cdff0437c5bffd4b72ffad87f0f
parent aad5c3a4e6300cd37f905eacb3795026abc654c8
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 21 Dec 2014 16:06:33 +0100
update update
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);