fix router

This commit is contained in:
Mzhelskiy Maxim 2015-04-19 08:51:06 +07:00
parent 75b373839e
commit 3d1ac7f91e
1 changed files with 1 additions and 1 deletions

View File

@ -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());
/**