summaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-01-27 05:39:13 +0000
committerAndrew Dolgov <fox@fakecake.org>2025-01-27 05:39:13 +0000
commit59b94a9e455dabd54dfc7684637333826d70306f (patch)
tree4d4665560f621240da7d9ba3e396bd5583485235 /classes/RSSUtils.php
parent0eb4571c193b976d55c548c3a7835a47549ca180 (diff)
parentd361c1c65d912358c9a9eee1db1992ff532eb299 (diff)
Merge branch 'feed-icons-misc' into 'master'
Feed icons cleanup See merge request tt-rss/tt-rss!99
Diffstat (limited to 'classes/RSSUtils.php')
-rw-r--r--classes/RSSUtils.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/classes/RSSUtils.php b/classes/RSSUtils.php
index 1c931e7e7..3ede6bf3e 100644
--- a/classes/RSSUtils.php
+++ b/classes/RSSUtils.php
@@ -1743,7 +1743,10 @@ class RSSUtils {
$tmph->run_hooks(PluginHost::HOOK_HOUSE_KEEPING);
}
- /** migrates favicons from legacy storage in feed-icons/ to cache/feed-icons/using new naming (sans .ico suffix) */
+ /**
+ * migrates favicons from legacy storage in feed-icons/ to cache/feed-icons/using new naming (sans .ico suffix)
+ * @todo Remove this and Config::ICONS_DIR at some point
+ */
static function migrate_feed_icons() : void {
$old_dir = Config::get(Config::ICONS_DIR);