diff options
Diffstat (limited to 'mod/file/actions')
-rw-r--r-- | mod/file/actions/file/download.php | 2 |
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; |