From 9c1e6d6463937bdee2d1de9735463a69f8af305d Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 24 Nov 2010 00:50:54 +0000 Subject: Fixes #2655: Converted register_action to elgg_register_action throughout core git-svn-id: http://code.elgg.org/elgg/trunk@7432 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 b717294f7..40d6c9c4d 100644 --- a/mod/categories/start.php +++ b/mod/categories/start.php @@ -15,7 +15,7 @@ function categories_init() { elgg_extend_view('css', 'categories/css'); - register_action('settings/categories/save', FALSE, $CONFIG->pluginspath . 'categories/actions/save.php', TRUE); + elgg_register_action('settings/categories/save', $CONFIG->pluginspath . 'categories/actions/save.php', 'admin'); register_page_handler('categories', 'categories_page_handler'); -- cgit v1.2.3