Index: branches/unlabeled/unlabeled-1.115.2/core/kernel/application.php =================================================================== diff -u -N -r4387 -r4388 --- branches/unlabeled/unlabeled-1.115.2/core/kernel/application.php (.../application.php) (revision 4387) +++ branches/unlabeled/unlabeled-1.115.2/core/kernel/application.php (.../application.php) (revision 4388) @@ -205,14 +205,11 @@ // Module items are recalled during url parsing & PhrasesCache is needed already there, // because it's used in their build events. That's why phrases cache initialization is // called from kHTTPQuery in case when mod_rewrite is used - if( !$this->RewriteURLs() ) - { + if (!$this->RewriteURLs()) { $this->Phrases = new PhrasesCache(); - $this->VerifyLanguageId(); $this->Phrases->Init('phrases'); - $this->VerifyThemeId(); } - + if( !$this->RecallVar('UserGroups') ) { $session =& $this->recallObject('Session');