Added missing line
authorAlexander Ebert <ebert@woltlab.com>
Sun, 5 Jun 2016 14:22:29 +0000 (16:22 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 5 Jun 2016 14:22:29 +0000 (16:22 +0200)
It was in the source, but accidently unchecked it for the commit.

wcfsetup/install/files/lib/core.functions.php

index 6168f9cf27f89edddc0979d9fec48d00ccde5278..666d4fe55fb5aa81fd896a863fc9a8cd525c9aa8 100644 (file)
@@ -33,6 +33,7 @@ namespace {
                $args = func_get_args();
                $length = count($args);
                if ($length === 0) {
+                       echo "ERROR: No arguments provided.<hr>";
                }
                else {
                        for ($i = 0; $i < $length; $i++) {