syndication: fix syntax error from ac7c8c07169b9fcaf3326be3537740e60aec962d

This commit is contained in:
onli 2015-02-23 23:19:22 +01:00
parent ac7c8c0716
commit e31078615b

@ -193,7 +193,7 @@ class serendipity_plugin_syndication extends serendipity_plugin {
if ($useRss && $useAtom) {
echo $this->generateFeedButton(serendipity_rewriteURL(PATH_FEEDS .'/atom10.xml'), "Atom $FEED",
($subtome ? $this->getOnclick(serendipity_rewriteURL(PATH_FEEDS .'/atom10.xml') : "")), $small_icon);
($subtome ? $this->getOnclick(serendipity_rewriteURL(PATH_FEEDS .'/atom10.xml')) : ""), $small_icon);
}
if (serendipity_db_bool($this->get_config('show_2.0c', false)) || serendipity_db_bool($this->get_config('show_comment_feed', false))) {