Хук "topic_show" и meta-теги

2
ActionBlog.class.php,709-718:
/**           
* Вызов хуков
*/
$this->Hook_Run('topic_show',array("oTopic"=>$oTopic));
/**
* Выставляем SEO данные
*/
$sTextSeo=preg_replace("/<.*>/Ui",' ',$oTopic->getText());
$this->Viewer_SetHtmlDescription(func_text_words($sTextSeo,20));
$this->Viewer_SetHtmlKeywords($oTopic->getTags());

ИМХО, целесообразней было бы поменять эти блоки местами. Разве нет?