From 8c8dd6ea0bf95ff045e2bbf26951d0ab930594c5 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Tue, 16 Sep 2008 19:36:30 +0200 Subject: multiupload fixes FS#1452 This patch fixes HTML validity problems with the multiupload flash. It also makes sure the uploadflash is shown when switching namespaces via Ajax in the Mediamanager. BTW. The multiupload flash does not work in lighttpd 1.4.x see http://trac.lighttpd.net/trac/ticket/1017 for details darcs-hash:20080916173630-7ad00-84c4ad5d580093155a1ccfb41054c55b789118c0.gz --- inc/media.php | 6 +++--- lib/scripts/media.js | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/inc/media.php b/inc/media.php index 79e9a7a7e..43d8539c4 100644 --- a/inc/media.php +++ b/inc/media.php @@ -619,18 +619,18 @@ function media_uploadform($ns, $auth){ 'O_sectok' => getSecurityToken(), 'O_authtok' => auth_createToken(), ); - $var = buildURLparams($opt,'&'); + $var = buildURLparams($opt); // output the flash uploader ?>