From ab6babd2e36a201443918a6a7739eaa017dee5c5 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 4 Nov 2011 15:09:32 +0100 Subject: [PATCH] Prevent name-attribute to be recognized as tag --- .../plugin/ObjectTypePackageInstallationPlugin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1