Index: branches/5.3.x/core/units/helpers/mod_rewrite_helper.php =================================================================== diff -u -N -r15902 -r15911 --- branches/5.3.x/core/units/helpers/mod_rewrite_helper.php (.../mod_rewrite_helper.php) (revision 15902) +++ branches/5.3.x/core/units/helpers/mod_rewrite_helper.php (.../mod_rewrite_helper.php) (revision 15911) @@ -1,6 +1,6 @@ ' . __FUNCTION__ . '" no longer work with "c" prefix. Please use "getCategoryCache" method instead'); - - return false; } $category_id = isset($category_id) ? $category_id : $this->Application->GetVar('m_cat_id');