aboutsummaryrefslogtreecommitdiff
path: root/documentation/examples/hooks/trigger/basic.php
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/examples/hooks/trigger/basic.php')
-rw-r--r--documentation/examples/hooks/trigger/basic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/examples/hooks/trigger/basic.php b/documentation/examples/hooks/trigger/basic.php
index a32bf9296..ea27a8a98 100644
--- a/documentation/examples/hooks/trigger/basic.php
+++ b/documentation/examples/hooks/trigger/basic.php
@@ -1,6 +1,6 @@
<?php
-$result = trigger_plugin_hook('get_status', 'example', null, true);
+$result = elgg_trigger_plugin_hook('get_status', 'example', null, true);
if ($result) {
var_dump('Plugin hook says ok!');