diff options
Diffstat (limited to 'mod/messages/start.php')
-rw-r--r-- | mod/messages/start.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |