aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics
diff options
context:
space:
mode:
Diffstat (limited to 'mod/diagnostics')
-rw-r--r--mod/diagnostics/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/diagnostics/start.php b/mod/diagnostics/start.php
index 27893f4ed..a756c8168 100644
--- a/mod/diagnostics/start.php
+++ b/mod/diagnostics/start.php
@@ -19,7 +19,7 @@ function diagnostics_init() {
elgg_add_admin_menu_item('diagnostics', elgg_echo('diagnostics'), 'utilities');
// Register some actions
- $file = elgg_get_plugin_path() . "diagnostics/actions/download.php";
+ $file = elgg_get_plugins_path() . "diagnostics/actions/download.php";
elgg_register_action("diagnostics/download", $file, 'admin');
}