summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index 33a567df5..bc3bde16f 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -176,8 +176,7 @@ class Pref_System extends Handler_Protected {
print "</div>"; # accordion pane
- PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TAB,
- "hook_prefs_tab", "prefSystem");
+ PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TAB, "prefSystem");
print "</div>"; #container
}