aboutsummaryrefslogtreecommitdiffstats
path: root/admin/popuphelp.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/popuphelp.php')
-rw-r--r--admin/popuphelp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/popuphelp.php b/admin/popuphelp.php
index dc7290b4e..8c431c88b 100644
--- a/admin/popuphelp.php
+++ b/admin/popuphelp.php
@@ -55,7 +55,7 @@ if
$help_content = '';
}
- $help_content = trigger_event(
+ $help_content = trigger_change(
'get_popup_help_content', $help_content, $_GET['page']);
}
else