diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-01-27 05:39:13 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-01-27 05:39:13 +0000 |
| commit | 59b94a9e455dabd54dfc7684637333826d70306f (patch) | |
| tree | 4d4665560f621240da7d9ba3e396bd5583485235 /classes/RSSUtils.php | |
| parent | 0eb4571c193b976d55c548c3a7835a47549ca180 (diff) | |
| parent | d361c1c65d912358c9a9eee1db1992ff532eb299 (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.php | 5 |
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); |