From 4fcc13770eaf8dcd68e1af692dd5990f4201936b Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 8 Mar 2010 16:47:04 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index bb6e967a1..68c83c607 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -132,7 +132,6 @@ class wsUrl { public static function editComposition($args) { - cubePage::swfaddress(); $fv = array(session_name() => session_id(), 'book_id' => $args[1], 'finishedText' => __('Transfert terminé'), @@ -141,7 +140,7 @@ class wsUrl { 'browseText' => __('Parcourir') . ' ...', 'titreUpload' => __('Sélectionnez un ou plusieurs document PDF sur votre ordinateur'), 'titreComposition' => __('Organisez le(s) document(s) pour composer votre fluidbook')); - $res = cubeMedia::flash(WEBROOT . '/swf/composer.swf?junk=' . TIME, '960', '100%', $fv, 'composerSwf', 'swfPanel', 9, '#ffffff', '', 'false', 'noscale', 'normal', array(), false, true); + $res = cubeMedia::flash(WEBROOT . '/swf/composer.swf?junk=' . TIME, '960', '100%', $fv, 'composerSwf', 'swfPanel', 9, '#ffffff', '', 'false', 'noscale', 'normal', array(), false, true,true); return $res; } } -- 2.39.5