summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/flash_uploader.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/controllers/flash_uploader.php')
-rw-r--r--modules/gallery/controllers/flash_uploader.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/controllers/flash_uploader.php b/modules/gallery/controllers/flash_uploader.php
index f7da5124..be3896cd 100644
--- a/modules/gallery/controllers/flash_uploader.php
+++ b/modules/gallery/controllers/flash_uploader.php
@@ -26,7 +26,8 @@ class Flash_Uploader_Controller extends Controller {
$item = $item->parent();
}
- print $this->_get_add_form($item);
+ print json_encode(array("form" => (string)$this->_get_add_form($item)));
+ //print $this->_get_add_form($item);
}
public function start() {