Copypaste error fix
This commit is contained in:
parent
d23bf12959
commit
647a39ddf3
|
@ -136,7 +136,7 @@ class Feeds extends Handler_Protected {
|
||||||
//$reply .= "</h2";
|
//$reply .= "</h2";
|
||||||
|
|
||||||
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_HEADLINE_TOOLBAR_BUTTON) as $p) {
|
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>";
|
$reply .= "</span></span>";
|
||||||
|
|
Loading…
Reference in New Issue