From 4ff61fa6a8c012053659b1723b7dea9d38cd654e Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 3 Feb 2011 12:10:45 +0000 Subject: changed elgg_get_plugin_path() to elgg_get_plugins_path() git-svn-id: http://code.elgg.org/elgg/trunk@8001 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/thewire') diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 6aba3aff6..1c984d792 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -90,7 +90,7 @@ function rest_wire_post($username, $text) { // Listen to notification events and supply a more useful message for SMS' elgg_register_plugin_hook_handler('notify:entity:message', 'object', 'thewire_notify_message'); - $action_path = elgg_get_plugin_path() . 'thewire/actions'; + $action_path = elgg_get_plugins_path() . 'thewire/actions'; elgg_register_action("thewire/add", "$action_path/add.php"); elgg_register_action("thewire/delete", "$action_path/delete.php"); } -- cgit v1.2.3