Added a lonely space (thank you travis ...)
authorAlexander Ebert <ebert@woltlab.com>
Mon, 14 Apr 2014 20:56:10 +0000 (22:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 14 Apr 2014 20:56:10 +0000 (22:56 +0200)
wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php

index c8a69b2247737eace6848d02ff01bc63ce3c7471..db3e71f4a77e2e249f062f1b338dc716eff7801f 100644 (file)
@@ -154,7 +154,7 @@ class PackageValidationArchive implements \RecursiveIterator {
                
                // delivered package does not provide the minimum required version
                if (Package::compareVersion($requiredVersion, $this->archive->getPackageInfo('version'), '>')) {
-                       throw new PackageValidationException(PackageValidationException::INSUFFICIENT_VERSION,array(
+                       throw new PackageValidationException(PackageValidationException::INSUFFICIENT_VERSION, array(
                                'packageName' => $package->packageName,
                                'packageVersion' => $package->packageVersion,
                                'deliveredPackageVersion' => $this->archive->getPackageInfo('version')