Copypaste error fix

This commit is contained in:
Pavel Voronin 2014-08-18 15:22:02 +04:00
parent d23bf12959
commit 647a39ddf3
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class Feeds extends Handler_Protected {
//$reply .= "</h2";
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_HEADLINE_TOOLBAR_BUTTON) as $p) {
echo $p->hook_headline_toolbar_button($feed_id, $is_cat);
$reply .= $p->hook_headline_toolbar_button($feed_id, $is_cat);
}
$reply .= "</span></span>";