freeside/htetc handler.pl,1.44,1.45
ivan
ivan at pouncequick.420.am
Tue Nov 16 06:16:39 PST 2004
Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv30505
Modified Files:
handler.pl
Log Message:
correct package for $r
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- handler.pl 16 Nov 2004 14:11:56 -0000 1.44
+++ handler.pl 16 Nov 2004 14:16:37 -0000 1.45
@@ -209,7 +209,7 @@
};
- unless ( $r->filename =~ /\/rt\/.*NoAuth/ ) { #RT
+ unless ( $HTML::Mason::r->filename =~ /\/rt\/.*NoAuth/ ) { #RT
$cgi = new CGI;
&cgisuidsetup($cgi);
#&cgisuidsetup($r);
More information about the freeside-commits
mailing list