Index: branches/5.3.x/core/kernel/managers/rewrite_url_processor.php =================================================================== diff -u -N -r15974 -r16156 --- branches/5.3.x/core/kernel/managers/rewrite_url_processor.php (.../rewrite_url_processor.php) (revision 15974) +++ branches/5.3.x/core/kernel/managers/rewrite_url_processor.php (.../rewrite_url_processor.php) (revision 16156) @@ -1,6 +1,6 @@ HTTPQuery = $this->Application->recallObject('HTTPQuery'); + $this->HTTPQuery = $this->Application->recallObject('kHTTPQuery'); // domain based primary language $this->primaryLanguageId = $this->Application->siteDomainField('PrimaryLanguageId'); @@ -480,7 +480,7 @@ $this->Application->VerifyThemeId(); $this->Application->VerifyLanguageId(); - // no need, since we don't have any cached phrase IDs + nobody will use PhrasesCache::LanguageId soon + // No need, since we don't have any cached phrase IDs + nobody will use kPhraseCache::LanguageId soon. // $this->Application->Phrases->Init('phrases'); } @@ -1077,4 +1077,4 @@ return $ret; } -} \ No newline at end of file +}