[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.5-200-g6e1ef3b
Kevin Falcone
falcone at bestpractical.com
Wed Sep 30 13:27:04 EDT 2009
The branch, 3.8-trunk has been updated
via 6e1ef3b754af78f63c7ea1c2898b0dee59e661e7 (commit)
from e9ad98d0c77f1691cc042222278686d2e4ed5b6d (commit)
Summary of changes:
lib/RT/Interface/Web.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 6e1ef3b754af78f63c7ea1c2898b0dee59e661e7
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Sep 30 13:26:18 2009 -0400
$m isn't defined here, use the full name
diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index a090fa8..341d8c5 100755
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -274,7 +274,7 @@ If it serves a page, it stops mason processing. Otherwise, mason just keeps runn
sub MaybeShowNoAuthPage {
my $ARGS = shift;
- return unless $m->base_comp->path =~ RT->Config->Get('WebNoAuthRegex');
+ return unless $HTML::Mason::Commands::m->base_comp->path =~ RT->Config->Get('WebNoAuthRegex');
# If it's a noauth file, don't ask for auth.
my $m = $HTML::Mason::Commands::m;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list