aboutsummaryrefslogtreecommitdiff
path: root/documentation/examples/hooks/register/basic.php
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/examples/hooks/register/basic.php')
-rw-r--r--documentation/examples/hooks/register/basic.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/examples/hooks/register/basic.php b/documentation/examples/hooks/register/basic.php
index 957e82743..4cedbf0fd 100644
--- a/documentation/examples/hooks/register/basic.php
+++ b/documentation/examples/hooks/register/basic.php
@@ -6,7 +6,7 @@ function example_plugin_hook_handler($event, $type, $value, $params) {
var_dump($event);
var_dump($type);
var_dump($value);
- var_dump($params):
+ var_dump($params);
return true;
}