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/categories/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/categories') diff --git a/mod/categories/start.php b/mod/categories/start.php index 5590c0089..1b8645eef 100644 --- a/mod/categories/start.php +++ b/mod/categories/start.php @@ -18,7 +18,7 @@ function categories_init() { $action_base = elgg_get_plugins_path() . 'categories/actions'; elgg_register_action('settings/categories/save', "$action_base/save.php", 'admin'); - register_page_handler('categories', 'categories_page_handler'); + elgg_register_page_handler('categories', 'categories_page_handler'); elgg_register_event_handler('update', 'all', 'categories_save'); elgg_register_event_handler('create', 'all', 'categories_save'); -- cgit v1.2.3