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

Minor fixes
author sergey
date Tue, 06 Nov 2012 00:58:15 +0400
parents 2270de2469ff
children d5c8b955bf8d
comparison
equal deleted inserted replaced
247:2270de2469ff 248:814d755e5d12
51 && AbstractContext->current->principal 51 && AbstractContext->current->principal
52 || Principal->nobody; 52 || Principal->nobody;
53 } 53 }
54 54
55 sub context { 55 sub context {
56 AbstractContext->current; 56 AbstractContext->current || Context->nobody;
57 } 57 }
58 58
59 1; 59 1;
60 60
61 __END__ 61 __END__