hooks/bookmark.py
changeset 3376 f5c69485381f
parent 2847 c2ee28f4d4b1
child 4050 f2e1bb4b7536
--- a/hooks/bookmark.py	Wed Sep 23 08:17:52 2009 +0200
+++ b/hooks/bookmark.py	Wed Sep 23 08:42:52 2009 +0200
@@ -21,7 +21,7 @@
 
 class DelBookmarkedByHook(hook.Hook):
     """ensure user logins are stripped"""
-    __id__ = 'autodelbookmark'
+    __regid__ = 'autodelbookmark'
     __select__ = hook.Hook.__select__ & entity_implements('bookmarked_by',)
     category = 'bookmark'
     events = ('after_delete_relation',)