hooks/integrity.py
changeset 3727 74bd06656bcc
parent 3720 5376aaadd16b
child 3728 c23add03ff4d
--- a/hooks/integrity.py	Mon Oct 19 17:35:33 2009 +0200
+++ b/hooks/integrity.py	Mon Oct 19 17:36:37 2009 +0200
@@ -64,7 +64,7 @@
     category = 'integrity'
 
 class UserIntegrityHook(IntegrityHook):
-    __select__ == IntegrityHook.__select__ & ~regular_session()
+    __select__ = IntegrityHook.__select__ & ~regular_session()
 
 
 class CheckCardinalityHook(UserIntegrityHook):