From: Matthias Schmidt Date: Mon, 15 Apr 2013 15:19:47 +0000 (+0200) Subject: Removes obsolete property X-Git-Tag: 2.0.0_Beta_1~349 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5ad22369b6b68ec0c772a16169507870081550eb;p=GitHub%2FWoltLab%2FWCF.git Removes obsolete property --- diff --git a/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php index da2d26e417..0140387903 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php @@ -16,17 +16,11 @@ use wcf\system\WCF; * @category Community Framework */ class OptionPackageInstallationPlugin extends AbstractOptionPackageInstallationPlugin { - /** - * list of application abbreviations - * @var array - */ - protected static $abbreviations = null; - /** * @see wcf\system\package\plugin\AbstractPackageInstallationPlugin::$tableName */ public $tableName = 'option'; - + /** * list of names of tags which aren't considered as additional data * @var array