]> git.wh0rd.org - tt-rss.git/commitdiff
Copypaste error fix
authorPavel Voronin <pavel.a.voronin@gmail.com>
Mon, 18 Aug 2014 11:22:02 +0000 (15:22 +0400)
committerPavel Voronin <pavel.a.voronin@gmail.com>
Mon, 18 Aug 2014 11:22:02 +0000 (15:22 +0400)
classes/feeds.php

index 89acb0d0b05250652b7d9693832cb73cec5220a3..317a90afcf61b0cc83476265cfea12ac5fff16e9 100644 (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>";