Index: branches/unlabeled/unlabeled-1.42.2/core/kernel/utility/http_query.php =================================================================== diff -u -N -r4252 -r4388 --- branches/unlabeled/unlabeled-1.42.2/core/kernel/utility/http_query.php (.../http_query.php) (revision 4252) +++ branches/unlabeled/unlabeled-1.42.2/core/kernel/utility/http_query.php (.../http_query.php) (revision 4388) @@ -158,8 +158,7 @@ } } - if( $this->Application->RewriteURLs() ) - { + if ($this->Application->RewriteURLs()) { if( $this->Application->isDebugMode() ) { $this->Application->Debugger->profileStart('url_parsing'); @@ -173,6 +172,10 @@ } } + else { + $this->Application->VerifyLanguageId(); + $this->Application->VerifyThemeId(); + } } function convertFiles()