Index: branches/unlabeled/unlabeled-1.76.2/core/units/users/users_event_handler.php =================================================================== diff -u -r8214 -r8232 --- branches/unlabeled/unlabeled-1.76.2/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 8214) +++ branches/unlabeled/unlabeled-1.76.2/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 8232) @@ -293,7 +293,7 @@ { $prefix_special = $this->Application->IsAdmin() ? 'u.current' : 'u'; // "u" used on front not to change theme $object =& $this->Application->recallObject($prefix_special, null, Array('skip_autoload' => true)); - + $next_template = $this->Application->GetVar('next_template'); if ($next_template == '_ses_redirect') { $location = $this->Application->BaseURL().$this->Application->RecallVar($next_template);