aboutsummaryrefslogtreecommitdiff
path: root/documentation/examples/hooks/register/emit.php
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/examples/hooks/register/emit.php')
-rw-r--r--documentation/examples/hooks/register/emit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/examples/hooks/register/emit.php b/documentation/examples/hooks/register/emit.php
index bcf991794..d0ea2c4ad 100644
--- a/documentation/examples/hooks/register/emit.php
+++ b/documentation/examples/hooks/register/emit.php
@@ -1,5 +1,6 @@
<?php
+// @todo this is an event, not a hook
register_elgg_event_handler('test', 'example', 'example_init_system_callback');
$params = new ElggObject();