From: Matthias Schmidt Date: Mon, 31 Dec 2012 22:12:54 +0000 (+0100) Subject: Fixes typo X-Git-Tag: 2.0.0_Beta_1~620^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=94db41099530bbed9d92544abbae2eab0e5757dc;p=GitHub%2FWoltLab%2FWCF.git Fixes typo --- diff --git a/wcfsetup/install/files/lib/data/package/Package.class.php b/wcfsetup/install/files/lib/data/package/Package.class.php index ec7c23e39f..ddc43081f5 100644 --- a/wcfsetup/install/files/lib/data/package/Package.class.php +++ b/wcfsetup/install/files/lib/data/package/Package.class.php @@ -48,7 +48,7 @@ class Package extends DatabaseObject { protected static $databaseTableIndexName = 'packageID'; /** - * list of ids of packages which a required by another package + * list of ids of packages which are required by another package * @var array */ protected static $requiredPackageIDs = null;