aboutsummaryrefslogtreecommitdiff
path: root/mod/test/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/test/start.php')
-rw-r--r--mod/test/start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/test/start.php b/mod/test/start.php
index 345ca7588..09d536052 100644
--- a/mod/test/start.php
+++ b/mod/test/start.php
@@ -23,5 +23,6 @@
// Make sure test_init is called on initialisation
register_event_handler('init','system','test_init');
-
+ global $CONFIG;
+ register_action('banana',true,$CONFIG->path . "mod/test/banana.php");
?> \ No newline at end of file