Index: trunk/core/units/users/users_event_handler.php =================================================================== diff -u -N -r4873 -r4880 --- trunk/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 4873) +++ trunk/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 4880) @@ -225,7 +225,7 @@ $next_template = $this->Application->GetVar('next_template'); if ($next_template == '_ses_redirect') { $location = $this->Application->BaseURL().$this->Application->RecallVar($next_template); - if( $this->Application->isDebugMode() && dbg_ConstOn('DBG_REDIRECT') ) + if( $this->Application->isDebugMode() && constOn('DBG_REDIRECT') ) { $this->Application->Debugger->appendTrace(); echo "Debug output above!!! Proceed to redirect: $location
";