From 1ea177491ff20a207a6ef1949771994443db886b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 18 Nov 2021 19:54:42 +0300 Subject: * base plugin class: correct description of hook_house_keeping() * cache_starred_images: keep status files in a separate cache directory --- classes/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/plugin.php') diff --git a/classes/plugin.php b/classes/plugin.php index 0a9f837fc..0a7d8fa95 100644 --- a/classes/plugin.php +++ b/classes/plugin.php @@ -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() { -- cgit v1.2.3-54-g00ecf