diff options
Diffstat (limited to 'mod/externalpages/start.php')
-rw-r--r-- | mod/externalpages/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/externalpages/start.php b/mod/externalpages/start.php index 051da183a..1de4d5ec8 100644 --- a/mod/externalpages/start.php +++ b/mod/externalpages/start.php @@ -3,7 +3,7 @@ * Plugin for creating web pages for your site */ -register_elgg_event_handler('init', 'system', 'expages_init'); +elgg_register_event_handler('init', 'system', 'expages_init'); function expages_init() { |