svn keywords
[plcapi.git] / PLC / Methods / DeleteNodeTag.py
index fdcc4f9..8ad9072 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
@@ -51,7 +52,7 @@ class DeleteNodeTag(Method):
             raise PLCInvalidArgument, "No such node %r"%node_tag['node_id']
         node = nodes[0]
 
-        assert node_tag['node_tag_id'] in node['tag_ids']
+        assert node_tag['node_tag_id'] in node['node_tag_ids']
 
        # check permission : it not admin, is the user affiliated with the right site
        if 'admin' not in self.caller['roles']: