1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

Fix процедуры удаления топика.

This commit is contained in:
Alexey Kachayev 2009-09-13 15:37:28 +00:00
parent 41b96eecd1
commit 2887051eca

View file

@ -169,7 +169,7 @@ class ActionTopic extends Action {
/**
* Перенаправляем на страницу со списком топиков из блога этого топика
*/
Router::Location($oTopic->getBlogUrlFull());
Router::Location(Router::GetPath('blog').$oTopic->getBlog()->getUrl().'/');
}
/**
* Добавление топика