summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2018-12-02 16:02:03 -0600
committerwn_ <[email protected]>2018-12-02 16:02:03 -0600
commit6100392bd56b57c9290c7498a90e8694cfbe13ae (patch)
tree3d0d413e34dd643baf5fd16507bdee660587d688 /classes/feeds.php
parent5ead558e435dd8d58f6666b445374b0005a60337 (diff)
Fix an `onclick` (`Article.editArticleTags` --> `Article.editTags`)
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 3c6c20f26..58d4f68d9 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -633,7 +633,7 @@ class Feeds extends Handler_Protected {
$tmp_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=\"Article.editArticleTags($id)\">(+)</a>";
+ href=\"#\" onclick=\"Article.editTags($id)\">(+)</a>";
$num_comments = (int) $line["num_comments"];
$entry_comments = "";