selectors.py
changeset 4509 a17033cfc892
parent 4462 c57c8176b8c2
child 4545 9b7b3303c515
--- a/selectors.py	Mon Feb 08 21:21:50 2010 +0100
+++ b/selectors.py	Mon Feb 08 21:22:10 2010 +0100
@@ -969,7 +969,7 @@
     in a configurable place.
     """
     if context is None:
-        return 0
+        return 1
     propval = req.property_value('%s.%s.context' % (cls.__registry__,
                                                     cls.__regid__))
     if not propval: