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.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/documentation/examples/hooks/register/emit.php b/documentation/examples/hooks/register/emit.php
deleted file mode 100644
index 8382d72ca..000000000
--- a/documentation/examples/hooks/register/emit.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-
-// @todo this is an event, not a hook
-elgg_register_event_handler('test', 'example', 'example_init_system_callback');
-
-$params = new ElggObject();
-elgg_trigger_event('test', 'example', $params);