summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-27 15:14:44 +0400
committerAndrew Dolgov <[email protected]>2012-12-27 15:14:44 +0400
commit0f28f81f8911e432ae4bf50da7ed2c334618fd95 (patch)
treec5684bedb1ad6b62840c30c730b868934a44b48e /classes/pluginhost.php
parent61261e45b90f6d0582cd338a1a3c9cf0c8a599ce (diff)
move authentication modules to plugins/
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 545e62e01..d97dfa666 100644
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -13,6 +13,7 @@ class PluginHost {
const HOOK_PREFS_TABS = 5;
const HOOK_FEED_PARSED = 6;
const HOOK_UPDATE_TASK = 7;
+ const HOOK_AUTH_USER = 8;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;