'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'),