From 782fd909b042740f736b8c668f74d47a43f703f3 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 15 Feb 2011 00:42:44 +0000 Subject: Replaced all occurrences of register_page_handler in core with elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/notifications/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/notifications') diff --git a/mod/notifications/start.php b/mod/notifications/start.php index 09d0f0c48..f4d50847c 100644 --- a/mod/notifications/start.php +++ b/mod/notifications/start.php @@ -11,7 +11,7 @@ function notifications_plugin_init() { elgg_extend_view('css/screen','notifications/css'); - register_page_handler('notifications', 'notifications_page_handler'); + elgg_register_page_handler('notifications', 'notifications_page_handler'); elgg_register_event_handler('pagesetup', 'system', 'notifications_plugin_pagesetup'); -- cgit v1.2.3