Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Exception
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2764
Modified Files:
Security.pm
Log Message:
pass our special 'no-exception' parameter so we don't get into an infinite loop
Index: Security.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Exception/Security.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Security.pm 28 Feb 2005 23:43:44 -0000 1.11
--- Security.pm 1 Mar 2005 03:55:55 -0000 1.12
***************
*** 34,38 ****
unless ( $CTX ) {
require OpenInteract2::Context;
! $CTX = OpenInteract2::Context->instance;
}
my ( $msg );
--- 34,38 ----
unless ( $CTX ) {
require OpenInteract2::Context;
! $CTX = OpenInteract2::Context->instance( 1 );
}
my ( $msg );
|