summaryrefslogtreecommitdiff
path: root/classes/plugin.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-18 19:54:42 +0300
committerAndrew Dolgov <[email protected]>2021-11-18 19:54:42 +0300
commit1ea177491ff20a207a6ef1949771994443db886b (patch)
tree4109180cc0be64a58b836b363d200f251d490dd4 /classes/plugin.php
parentb2ffc8c2e3cbc0958d38c7d15e9357c5e1ba43c1 (diff)
* base plugin class: correct description of hook_house_keeping()
* cache_starred_images: keep status files in a separate cache directory
Diffstat (limited to 'classes/plugin.php')
-rw-r--r--classes/plugin.php2
1 files changed, 1 insertions, 1 deletions
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() {