aboutsummaryrefslogtreecommitdiff
path: root/mod/categories
diff options
context:
space:
mode:
Diffstat (limited to 'mod/categories')
-rw-r--r--mod/categories/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/categories/start.php b/mod/categories/start.php
index a904f19ae..aa460677a 100644
--- a/mod/categories/start.php
+++ b/mod/categories/start.php
@@ -14,7 +14,7 @@ function categories_init() {
elgg_extend_view('css/screen', 'categories/css');
- $action_base = elgg_get_plugin_path() . 'categories/actions';
+ $action_base = elgg_get_plugins_path() . 'categories/actions';
elgg_register_action('settings/categories/save', "$action_base/save.php", 'admin');
register_page_handler('categories', 'categories_page_handler');