[Rt-commit] r11862 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed Apr 23 18:17:22 EDT 2008
Author: jesse
Date: Wed Apr 23 18:17:21 2008
New Revision: 11862
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/autohandler
Log:
r30044 at 31b: jesse | 2008-04-23 18:16:33 -0400
* In installation mode, RT should not try to go on and run the rest of the autohandler
Modified: rt/branches/3.8-TESTING/html/autohandler
==============================================================================
--- rt/branches/3.8-TESTING/html/autohandler (original)
+++ rt/branches/3.8-TESTING/html/autohandler Wed Apr 23 18:17:21 2008
@@ -46,9 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
<%INIT>
-
if (RT->InstallMode) {
-
if ( $m->base_comp->path =~ RT->Config->Get('WebNoAuthRegex') ) {
$m->call_next();
}
@@ -57,6 +55,7 @@
} else {
$m->call_next();
}
+ return;
}
# Roll back any dangling transactions from a previous failed connection
More information about the Rt-commit
mailing list