1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:15:56 +00:00

* base plugin class: correct description of hook_house_keeping()

* cache_starred_images: keep status files in a separate cache directory
This commit is contained in:
Andrew Dolgov
2021-11-18 19:54:42 +03:00
parent b2ffc8c2e3
commit 1ea177491f
2 changed files with 21 additions and 8 deletions

View File

@@ -367,7 +367,7 @@ abstract class Plugin {
return [];
}
/** GLOBAL: This is run periodically by the update daemon when idle
/** This is run periodically by the update daemon when idle (available both to user and system plugins)
* @return void
* @see PluginHost::HOOK_HOUSE_KEEPING */
function hook_house_keeping() {