summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 68d535481..96b7cb4cf 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -228,6 +228,17 @@ class Feeds extends Handler_Protected {
$this->_mark_timestamp(" labels");
+ if ($line["tag_cache"])
+ $tags = explode(",", $line["tag_cache"]);
+ else
+ $tags = [];
+
+ $line["tags"] = $tags;
+
+ //$line["tags"] = Article::_get_tags($line["id"], false, $line["tag_cache"]);
+
+ $this->_mark_timestamp(" tags");
+
$line["feed_title"] = $line["feed_title"] ?? "";
$line["buttons_left"] = "";
@@ -282,17 +293,6 @@ class Feeds extends Handler_Protected {
$this->_mark_timestamp(" local-datetime");
- if ($line["tag_cache"])
- $tags = explode(",", $line["tag_cache"]);
- else
- $tags = [];
-
- $line["tags"] = $tags;
-
- //$line["tags"] = Article::_get_tags($line["id"], false, $line["tag_cache"]);
-
- $this->_mark_timestamp(" tags");
-
$line['has_icon'] = self::_has_icon($feed_id);
//setting feed headline background color, needs to change text color based on dark/light