Index: branches/5.2.x/core/units/themes/themes_eh.php =================================================================== diff -u -N -r14675 -r14714 --- branches/5.2.x/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 14675) +++ branches/5.2.x/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 14714) @@ -1,6 +1,6 @@ Application->SetVar('t', 'index'); $this->Application->SetVar('m_cat_id', 0); - if (MOD_REWRITE) { - $mod_rewrite_helper =& $this->Application->recallObject('ModRewriteHelper'); - /* @var $mod_rewrite_helper kModRewriteHelper */ - - $mod_rewrite_helper->removePages(); - } - $this->Application->SetVar('m_theme', $this->Application->GetVar('theme')); }