Prevent name-attribute to be recognized as tag
authorAlexander Ebert <ebert@woltlab.com>
Fri, 4 Nov 2011 14:09:32 +0000 (15:09 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 4 Nov 2011 14:09:32 +0000 (15:09 +0100)
wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php

index a1aba22693027f103d88f4a6ae6bc301d44ef007..232589a0ad98e32421bc43316a2e45cebcce7ec2 100644 (file)
@@ -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