From ddddfa6c9b31bb8d0cbcdcdb04b3a1143c4ffe8c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 17 Nov 2017 14:31:40 +0000 Subject: [PATCH] #1701 --- inc/ws/Controlleur/class.ws.ajax.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/inc/ws/Controlleur/class.ws.ajax.php b/inc/ws/Controlleur/class.ws.ajax.php index f78906d51..50f3d0e45 100644 --- a/inc/ws/Controlleur/class.ws.ajax.php +++ b/inc/ws/Controlleur/class.ws.ajax.php @@ -1166,6 +1166,11 @@ class wsAjax extends cubeAjax { self::exportCollection(array('exportCollection', $id, 'ios'), $x); } + if ($_GET['alt']) { + $_GET['alt'] = false; + self::exportCollection(array('exportCollection', $id, 'android'), $x); + } + $x->addReload(); } @@ -1219,6 +1224,4 @@ class wsAjax extends cubeAjax { self::cleanCachesCollection($id); } -} - -?> \ No newline at end of file +} \ No newline at end of file -- 2.39.5