aboutsummaryrefslogtreecommitdiff
path: root/mod/defaultwidgets/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/defaultwidgets/start.php')
-rw-r--r--mod/defaultwidgets/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/defaultwidgets/start.php b/mod/defaultwidgets/start.php
index acc8951d3..653ac6fce 100644
--- a/mod/defaultwidgets/start.php
+++ b/mod/defaultwidgets/start.php
@@ -29,7 +29,7 @@ function defaultwidgets_init() {
elgg_register_event_handler('validate', 'user', 'defaultwidgets_reset_access');
}
- $action_dir = elgg_get_plugin_path() . 'defaultwidgets/actions';
+ $action_dir = elgg_get_plugins_path() . 'defaultwidgets/actions';
elgg_register_action("defaultwidgets/update", "$action_dir/update.php", 'admin');
elgg_register_plugin_hook_handler('permissions_check', 'user', 'defaultwidgets_can_edit');