From 57b22d0daf34ded93318b0ec9e382490ee350248 Mon Sep 17 00:00:00 2001 From: Micha Espey Date: Mon, 29 Jul 2019 01:18:56 +0200 Subject: [PATCH] fixed typo --- update.php | 1 - 1 file changed, 1 deletion(-) diff --git a/update.php b/update.php index cb7cf0c..f513ab6 100644 --- a/update.php +++ b/update.php @@ -179,7 +179,6 @@ if (!empty($argv[1])) { $currentFile = "phpBB-$currentVersion-deutsch.tar.bz2"; $filePath = 'http://downloads.phpbb.de/pakete/deutsch/' . SUPPORTED_RELEASE_MAJOR . '.' . SUPPORTED_RELEASE_MINOR . "/$currentVersion/$currentFile"; echo $filePath; - die(); $target = "dist/$currentFile";