sobjects/notification.py
changeset 4930 9fcc9ae2aebe
parent 4835 13b0b96d7982
parent 4926 626d31035662
child 5421 8167de96c523
--- a/sobjects/notification.py	Wed Mar 17 09:23:17 2010 +0100
+++ b/sobjects/notification.py	Wed Mar 17 09:23:27 2010 +0100
@@ -130,7 +130,7 @@
       override call)
     """
     __abstract__ = True
-    id = 'notif_entity_updated'
+    __regid__ = 'notif_entity_updated'
     msgid_timestamp = False
     message = _('updated')
     no_detailed_change_attrs = ()