summaryrefslogtreecommitdiff
path: root/classes/pref/labels.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-23 16:15:34 +0400
committerAndrew Dolgov <[email protected]>2012-12-23 16:15:34 +0400
commit6065f3ad6364943e4d6b160db8a2c78ff52e2373 (patch)
treed70921595927cfa9030df409aee15362954f1c54 /classes/pref/labels.php
parent5a0e03923f47bc1140fd71b4899cd1e35fd59006 (diff)
add support for plugins in prefs
Diffstat (limited to 'classes/pref/labels.php')
-rw-r--r--classes/pref/labels.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/classes/pref/labels.php b/classes/pref/labels.php
index a7f79146a..e63a0cfc2 100644
--- a/classes/pref/labels.php
+++ b/classes/pref/labels.php
@@ -318,6 +318,11 @@ class Pref_Labels extends Handler_Protected {
</div>";
print "</div>"; #pane
+
+ global $pluginhost;
+ $pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB,
+ "hook_prefs_tab", "prefLabels");
+
print "</div>"; #container
}