diff Lib/IMPL/Security.pm @ 248:814d755e5d12

Minor fixes
author sergey
date Tue, 06 Nov 2012 00:58:15 +0400
parents 2270de2469ff
children d5c8b955bf8d
line wrap: on
line diff
--- a/Lib/IMPL/Security.pm	Wed Oct 31 04:18:35 2012 +0400
+++ b/Lib/IMPL/Security.pm	Tue Nov 06 00:58:15 2012 +0400
@@ -53,7 +53,7 @@
 }
 
 sub context {
-    AbstractContext->current;
+    AbstractContext->current || Context->nobody;
 }
 
 1;