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 8895a2eec..5f0f80d62 100644
--- a/mod/diagnostics/start.php
+++ b/mod/diagnostics/start.php
@@ -17,7 +17,7 @@ function diagnostics_init()
register_page_handler('diagnostics','diagnostics_page_handler');
// Register some actions
- register_action("diagnostics/download",false, $CONFIG->pluginspath . "diagnostics/actions/download.php");
+ elgg_register_action("diagnostics/download", $CONFIG->pluginspath . "diagnostics/actions/download.php");
}
/**