From 5fa6d9872998a24f1037ad07120d15904d3d6cf7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 14 Apr 2014 22:56:10 +0200 Subject: [PATCH] Added a lonely space (thank you travis ...) --- .../package/validation/PackageValidationArchive.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php b/wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php index c8a69b2247..db3e71f4a7 100644 --- a/wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php +++ b/wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php @@ -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') -- 2.20.1