diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/test/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/test/start.php b/mod/test/start.php index 09d536052..f8247c6b5 100644 --- a/mod/test/start.php +++ b/mod/test/start.php @@ -24,5 +24,5 @@ // 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");
+ register_action('banana',true,"mod/test/banana.php");
?>
\ No newline at end of file |