diff options
| author | wn_ <invalid@email.com> | 2025-01-26 17:19:12 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2025-01-26 17:19:12 +0000 |
| commit | 7618101e333c2d3c183031d52d1b3adfa0b3c009 (patch) | |
| tree | 817d2d21afd0fa0dd4bc9428bd8619c097316222 /classes/RSSUtils.php | |
| parent | 117d210c8aa3b1b1513d6e5a756f4b3242d3b392 (diff) | |
Reduce use of legacy 'Config::ICONS_DIR'.
Also some minor cleanup in 'API#_get_config()'.
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); |