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/messages/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/messages/start.php') diff --git a/mod/messages/start.php b/mod/messages/start.php index 027003284..bca8d3a91 100644 --- a/mod/messages/start.php +++ b/mod/messages/start.php @@ -324,5 +324,5 @@ elgg_register_plugin_hook_handler('container_permissions_check','object','messag // Register actions global $CONFIG; -register_action("messages/send",false,$CONFIG->pluginspath . "messages/actions/send.php"); -register_action("messages/delete",false,$CONFIG->pluginspath . "messages/actions/delete.php"); \ No newline at end of file +elgg_register_action("messages/send", $CONFIG->pluginspath . "messages/actions/send.php"); +elgg_register_action("messages/delete", $CONFIG->pluginspath . "messages/actions/delete.php"); \ No newline at end of file -- cgit v1.2.3