From 785954265047cd7900c059db2225c946a69fd89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Helfensd=C3=B6rfer?= Date: Fri, 6 Jan 2017 12:59:46 +0100 Subject: [PATCH] Update AutoUpdate.php --- src/AutoUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoUpdate.php b/src/AutoUpdate.php index 36b401a..bdf6f6c 100644 --- a/src/AutoUpdate.php +++ b/src/AutoUpdate.php @@ -430,7 +430,7 @@ public function checkUpdate() // Check if cache is empty if ($versions === null) { // Create absolute url to update file - $updateFile = $this->_updateUrl . "/" . $this->_updateFile; + $updateFile = $this->_updateUrl . '/' . $this->_updateFile; if (!empty($this->_branch)) $updateFile .= '.' . $this->_branch;