summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-30 20:07:08 +0400
committerAndrew Dolgov <[email protected]>2013-04-30 20:07:08 +0400
commit27372ddac6b17ab2700ec2f9bc6bc1ac0ea153fe (patch)
tree1caea373e09203c69cb1949bf0af4268461f42ca /classes
parentb18d109f22975e9313b7064d86417e213804ee80 (diff)
fix editArticleTags() call broken on archived feed
Diffstat (limited to 'classes')
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 567d13b25..f21bb3ce5 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -687,7 +687,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<img src='images/tag.png' alt='Tags' title='Tags'>
<span id=\"ATSTR-$id\">$tags_str</span>
<a title=\"".__('Edit tags for this article')."\"
- href=\"#\" onclick=\"editArticleTags($id, $feed_id, true)\">(+)</a>";
+ href=\"#\" onclick=\"editArticleTags($id)\">(+)</a>";
$num_comments = $line["num_comments"];
$entry_comments = "";