aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/apitest/start.php2
-rw-r--r--mod/dashboard/start.php2
-rw-r--r--mod/exporttest/start.php2
-rw-r--r--mod/guidbrowser/start.php2
-rw-r--r--mod/profile/start.php2
5 files changed, 5 insertions, 5 deletions
diff --git a/mod/apitest/start.php b/mod/apitest/start.php
index 947da115c..d03c7925a 100644
--- a/mod/apitest/start.php
+++ b/mod/apitest/start.php
@@ -247,5 +247,5 @@ END;
}
// Make sure test_init is called on initialisation
- register_event_handler('init','system','apitest_init');
+ register_elgg_event_handler('init','system','apitest_init');
?> \ No newline at end of file
diff --git a/mod/dashboard/start.php b/mod/dashboard/start.php
index 8eb99a37c..48d82175f 100644
--- a/mod/dashboard/start.php
+++ b/mod/dashboard/start.php
@@ -17,6 +17,6 @@
}
// Make sure test_init is called on initialisation
- register_event_handler('init','system','dashboard_init');
+ register_elgg_event_handler('init','system','dashboard_init');
?> \ No newline at end of file
diff --git a/mod/exporttest/start.php b/mod/exporttest/start.php
index 7563b0cd9..3e1817878 100644
--- a/mod/exporttest/start.php
+++ b/mod/exporttest/start.php
@@ -20,5 +20,5 @@
// Make sure test_init is called on initialisation
- register_event_handler('init','system','exporttest_init');
+ register_elgg_event_handler('init','system','exporttest_init');
?> \ No newline at end of file
diff --git a/mod/guidbrowser/start.php b/mod/guidbrowser/start.php
index 602fa5741..a75711c1d 100644
--- a/mod/guidbrowser/start.php
+++ b/mod/guidbrowser/start.php
@@ -56,5 +56,5 @@
// Make sure test_init is called on initialisation
- register_event_handler('init','system','guidbrowser_init');
+ register_elgg_event_handler('init','system','guidbrowser_init');
?> \ No newline at end of file
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 0c0272bbe..ddf136425 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -109,7 +109,7 @@
}
// Make sure the profile initialisation function is called on initialisation
- register_event_handler('init','system','profile_init',1);
+ register_elgg_event_handler('init','system','profile_init',1);
// Register actions
global $CONFIG;