aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/garbagecollector/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/garbagecollector/start.php b/mod/garbagecollector/start.php
index eaef8846f..8e4445e83 100644
--- a/mod/garbagecollector/start.php
+++ b/mod/garbagecollector/start.php
@@ -52,7 +52,7 @@
// Now, because we are nice, trigger a plugin hook to let other plugins do some GC
$rv = true;
$period = get_plugin_setting('period','garbagecollector');
- trigger_plugin_hook('system', 'gc', array('period' => $period));
+ trigger_plugin_hook('gc', 'system', array('period' => $period));
// Now we optimize all tables
$tables = get_db_tables();