From: Alexander Ebert Date: Sun, 5 Jun 2016 14:22:29 +0000 (+0200) Subject: Added missing line X-Git-Tag: 3.0.0_Beta_1~1522 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a5cf4a28cf82ce338ace9a19de0c40b868dedccc;p=GitHub%2FWoltLab%2FWCF.git Added missing line It was in the source, but accidently unchecked it for the commit. --- diff --git a/wcfsetup/install/files/lib/core.functions.php b/wcfsetup/install/files/lib/core.functions.php index 6168f9cf27..666d4fe55f 100644 --- a/wcfsetup/install/files/lib/core.functions.php +++ b/wcfsetup/install/files/lib/core.functions.php @@ -33,6 +33,7 @@ namespace { $args = func_get_args(); $length = count($args); if ($length === 0) { + echo "ERROR: No arguments provided.
"; } else { for ($i = 0; $i < $length; $i++) {