summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 19:15:00 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 19:15:00 +0300
commita01c33d65409d8313221b981152ec627b8f8f3f1 (patch)
tree2997bb6c5afa719f218973abad1a306e013662b9 /classes/pluginhost.php
parente9cf8e8e35ba0d8d2f0665eed39dbdb75d77bb0d (diff)
add HOOK_FILTER_TRIGGERED (for filter debugging)
Diffstat (limited to 'classes/pluginhost.php')
-rwxr-xr-xclasses/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 7e3fb08ab..1ea6d8a5b 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -57,6 +57,7 @@ class PluginHost {
const HOOK_SEND_LOCAL_FILE = 37;
const HOOK_UNSUBSCRIBE_FEED = 38;
const HOOK_SEND_MAIL = 39;
+ const HOOK_FILTER_TRIGGERED = 40;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;