aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-01-19 19:59:48 -0500
committerCash Costello <cash.costello@gmail.com>2012-01-19 19:59:48 -0500
commita2e4f84be4da51b7ec8fbe625b1b26dde2ad9289 (patch)
tree456380886ee6418e426aadd578298000bde5f88a /start.php
parentd24d480f6510b3817f3e85699714ca6ed7ab234c (diff)
downloadelgg-a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289.tar.gz
elgg-a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289.tar.bz2
small changes before a preview 2 release
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;