commit 0b2269a7903e19f3864d0bc2b2f87ca9d7447285
parent 815a526bd2cc2cdff0437c5bffd4b72ffad87f0f
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 21 Dec 2014 16:09:49 +0100
not working yet :/
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);