Index: branches/5.0.x/core/kernel/utility/http_query.php =================================================================== diff -u -r12734 -r12877 --- branches/5.0.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 12734) +++ branches/5.0.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 12877) @@ -1,6 +1,6 @@ _removePassThroughVariables($vars); - - if ($this->Application->isAdmin) { - // place 1 of 2 (also in UsersEventHandler::OnSessionExpire) - $vars['m_cat_id'] = 0; // category means nothing on admin login screen - $vars['m_wid'] = ''; // remove wid, otherwise parent window may add wid to its name breaking all the frameset (for targets) - $vars['pass'] = 'm'; // don't pass any other (except "m") prefixes to admin login template - } } // transform arrays