summaryrefslogtreecommitdiff
path: root/classes/pref/labels.php
diff options
context:
space:
mode:
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
}