summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2004-11-16 14:16:37 +0000
committerivan <ivan>2004-11-16 14:16:37 +0000
commit221810c11c19abc675298cc5f8522e8ef56bc33f (patch)
treee938ac48372b6947cea5cb34b187f2a52edb4028 /htetc
parent50f8b142a074ca3f5ac4f97e0d394df1caf1f53d (diff)
correct package for $r
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index e37f3cb2b..33f9c48a0 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -209,7 +209,7 @@ sub handler
};
- unless ( $r->filename =~ /\/rt\/.*NoAuth/ ) { #RT
+ unless ( $HTML::Mason::r->filename =~ /\/rt\/.*NoAuth/ ) { #RT
$cgi = new CGI;
&cgisuidsetup($cgi);
#&cgisuidsetup($r);