From 9215246ad25e77df97619cd5d4ab0c7940ff7c54 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Fri, 5 Aug 2011 15:02:35 +0200 Subject: [PATCH] packageDescription isn't optional --- .../lib/system/package/PackageInstallationNodeBuilder.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php index 6b11000cc5..428b75e550 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php @@ -319,7 +319,7 @@ class PackageInstallationNodeBuilder { 'package' => $this->installation->getArchive()->getPackageInfo('name'), 'packageName' => $this->installation->getArchive()->getPackageInfo('packageName'), 'instanceNo' => $instanceNo, - 'packageDescription' => $this->installation->getArchive()->getPackageInfo('packageDescription') !== null ? $this->installation->getArchive()->getPackageInfo('packageDescription') : '', + 'packageDescription' => $this->installation->getArchive()->getPackageInfo('packageDescription'), 'packageVersion' => $this->installation->getArchive()->getPackageInfo('version'), 'packageDate' => $this->installation->getArchive()->getPackageInfo('date'), 'packageURL' => $this->installation->getArchive()->getPackageInfo('packageURL'), -- 2.20.1