summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-24 14:13:03 +0400
committerAndrew Dolgov <[email protected]>2012-12-24 14:13:03 +0400
commit4412b877d02c16c033a28fd2b9d9fafa9fd16214 (patch)
tree834c9f541b463f966e97040cae7857b0e07ec8f2 /classes
parentfa6fbd3659a5f6dd5d2dc20497ec917737210ee9 (diff)
implement HOOK_FEED_PARSED, add example plugin (refs #424)
Diffstat (limited to 'classes')
-rw-r--r--classes/pluginhost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 25569302b..e87f3a7e3 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -11,6 +11,7 @@ class PluginHost {
const HOOK_PREFS_TAB = 3;
const HOOK_PREFS_SECTION = 4;
const HOOK_PREFS_TABS = 5;
+ const HOOK_FEED_PARSED = 6;
function __construct($link) {
$this->link = $link;