commit 4a735046263e4a905c3c7763819516c96dc14aa6
parent 0b2269a7903e19f3864d0bc2b2f87ca9d7447285
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 21 Dec 2014 16:16:43 +0100
it won't work :D
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/update/update/update.php b/core/update/update/update.php
@@ -212,8 +212,9 @@ 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, $updateFile) {
$this->log('Downloading update...');
+ echo "$updateUrl";
$update = @file_get_contents($updateUrl);
if ($update === false) {