Index: branches/5.2.x/core/kernel/utility/http_query.php =================================================================== diff -u -N -r16513 -r16560 --- branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16513) +++ branches/5.2.x/core/kernel/utility/http_query.php (.../http_query.php) (revision 16560) @@ -1,6 +1,6 @@ ' . $_SERVER['REQUEST_URI'] . '" used', E_USER_NOTICE); $this->Application->Redirect('', $url_params); } + + if ( $this->Application->GetVar('is_friendly_url') ) { + $url_params = $this->getRedirectParams(); + + // No idea about how to check, that given template + // require category to be passed with it, so pass anyway. + $url_params['pass_category'] = 1; + + $this->Application->Redirect('', $url_params); + } } else { $this->Application->VerifyThemeId();