Skip to content

Commit

Permalink
Добавлена совместимость с плагином "Файловый архив".
Browse files Browse the repository at this point in the history
  • Loading branch information
wasja1982 committed Jul 31, 2014
1 parent 81465d5 commit 0ac80aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/hooks/HookPublishfrom.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function RegisterHook() {
$this->AddHook('template_form_add_topic_link_end','template_form_add_topic_topic_end');
$this->AddHook('template_form_add_topic_question_end','template_form_add_topic_topic_end');
$this->AddHook('template_form_add_topic_photoset_end','template_form_add_topic_topic_end');
$this->AddHook('template_form_add_topic_file_end','template_form_add_topic_topic_end');

if (Config::Get('plugin.newpublishfrom.for_comments')) {
$this->AddHook('comment_add_after','comment_add_after');
Expand Down

0 comments on commit 0ac80aa

Please sign in to comment.