From: vincent@cubedesigners.com Date: Fri, 17 Nov 2017 14:31:40 +0000 (+0000) Subject: #1701 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ddddfa6c9b31bb8d0cbcdcdb04b3a1143c4ffe8c;p=cubeextranet.git #1701 --- 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