aboutsummaryrefslogtreecommitdiff
path: root/mod/file/actions/file/download.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/actions/file/download.php')
-rw-r--r--mod/file/actions/file/download.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/actions/file/download.php b/mod/file/actions/file/download.php
index 6768bd4b1..d6abb8398 100644
--- a/mod/file/actions/file/download.php
+++ b/mod/file/actions/file/download.php
@@ -6,6 +6,6 @@
*/
// @todo this is here for backwards compatibility (first version of embed plugin?)
-$download_page_handler = elgg_get_plugin_path() . 'file/download.php';
+$download_page_handler = elgg_get_plugins_path() . 'file/download.php';
include $download_page_handler;