aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 8b336d2ba..f1fdf8434 100644
--- a/start.php
+++ b/start.php
@@ -195,7 +195,7 @@ function tidypics_page_handler($page) {
case "upload": // upload images to album
set_input('guid', $page[1]);
- set_input('uploader', elgg_extract(2, $page, 'ajax'));
+ set_input('uploader', elgg_extract(2, $page, 'basic'));
require "$base/image/upload.php";
break;