summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-26 14:23:18 +0400
committerAndrew Dolgov <[email protected]>2013-04-26 14:23:18 +0400
commit8cefe38a0a1623db866cb9bf295fe8a591ad5488 (patch)
treeaf703a047899ea3abad117a0f46aedc3a7351db4 /classes/pluginhost.php
parent057177eb2c38f62e384752ad06a9d59707dd3647 (diff)
add HOOK_PREFS_SAVE_FEED
Diffstat (limited to 'classes/pluginhost.php')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index c70d23274..302fdbaeb 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -35,6 +35,7 @@ class PluginHost {
const HOOK_HOTKEY_INFO = 18;
const HOOK_ARTICLE_LEFT_BUTTON = 19;
const HOOK_PREFS_EDIT_FEED = 20;
+ const HOOK_PREFS_SAVE_FEED = 21;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;