From: Alexander Ebert Date: Fri, 4 Nov 2011 14:09:32 +0000 (+0100) Subject: Prevent name-attribute to be recognized as tag X-Git-Tag: 2.0.0_Beta_1~1619^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ab6babd2e36a201443918a6a7739eaa017dee5c5;p=GitHub%2FWoltLab%2FWCF.git Prevent name-attribute to be recognized as tag --- diff --git a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php index a1aba22693..232589a0ad 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php @@ -33,7 +33,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation * list of reserved tags * @var array */ - public static $reservedTags = array('classname', 'definitionname'); + public static $reservedTags = array('classname', 'definitionname', 'name'); /** * Gets the definition id by name