Merge pull request #399 from pavel-voronin/patch-1

Copypaste error fix
This commit is contained in:
Andrew Dolgov 2014-08-18 15:29:00 +04:00
commit 873c329029
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>";