summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-23 16:05:48 +0400
committerAndrew Dolgov <[email protected]>2013-02-23 16:05:48 +0400
commit42ecc25ba571b19e8d7d6e9b3b67664bb4f54ab0 (patch)
tree83f34ddbbff25910b152d54ef2da4b2b4deca533
parent1b9f9925cfc501828335efa17ae70fd0ac907d2c (diff)
cdm: fix tags display
-rw-r--r--classes/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 183edb401..cc6d27330 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -664,7 +664,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div class=\"cdmFooter\">";
- $tags_str = format_tags_string($tags, $id);
+ $tags_str = format_tags_string($line["tags"], $id);
$reply['content'] .= "<img src='".theme_image($this->link,
'images/tag.png')."' alt='Tags' title='Tags'>