summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-07-07 13:53:23 -0400
committerjustauser <[email protected]>2013-07-07 13:53:23 -0400
commit47fecba235400e0d7a5a7c54c9ff201c0840deec (patch)
treea3bbb51855801e2eadbfad91530108c6a6390121 /classes
parent776b19536df2e01d8d5363c3a8647f3a24417b6b (diff)
changes to add hook_query_headlines
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 53adf01f9..a1bd1b364 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -37,6 +37,7 @@ class PluginHost {
const HOOK_PREFS_EDIT_FEED = 20;
const HOOK_PREFS_SAVE_FEED = 21;
const HOOK_FETCH_FEED = 22;
+ const HOOK_QUERY_HEADLINES = 23;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;