diff --git a/bootstrap/start.php b/bootstrap/start.php index f56637c8..9781c665 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -94,7 +94,7 @@ $aRouterParams = array( }; $sPreg = $funcMakePreg(Config::Get('module.topic.url')); if (preg_match('@^' . $sPreg . '$@iu', $sUrlRequest)) { - Router::SetAction('blog'); + Router::SetAction(Router::getInstance()->Rewrite('blog')); Router::SetActionEvent('_show_topic_url'); Router::SetParams(array()); /**