diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-01-19 19:59:48 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-01-19 19:59:48 -0500 |
commit | a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289 (patch) | |
tree | 456380886ee6418e426aadd578298000bde5f88a /start.php | |
parent | d24d480f6510b3817f3e85699714ca6ed7ab234c (diff) | |
download | elgg-a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289.tar.gz elgg-a2e4f84be4da51b7ec8fbe625b1b26dde2ad9289.tar.bz2 |
small changes before a preview 2 release
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |