Index: branches/5.3.x/core/units/general/MainRouter.php =================================================================== diff -u -N -r16252 -r16600 --- branches/5.3.x/core/units/general/MainRouter.php (.../MainRouter.php) (revision 16252) +++ branches/5.3.x/core/units/general/MainRouter.php (.../MainRouter.php) (revision 16600) @@ -1,6 +1,6 @@ Conn->GetRow($sql); if ( $friendly ) { + $params['is_friendly_url'] = true; $params['m_cat_id'] = $friendly['CategoryId']; $params['t'] = preg_replace('/^Content\//i', '', $friendly['NamedParentPath']);