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