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.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/mod/file/actions/file/download.php b/mod/file/actions/file/download.php
new file mode 100644
index 000000000..d6abb8398
--- /dev/null
+++ b/mod/file/actions/file/download.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * Elgg file browser download action.
+ *
+ * @package ElggFile
+ */
+
+// @todo this is here for backwards compatibility (first version of embed plugin?)
+$download_page_handler = elgg_get_plugins_path() . 'file/download.php';
+
+include $download_page_handler;