]> _ Git - cubeextranet.git/commitdiff
#1701
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 17 Nov 2017 14:31:40 +0000 (14:31 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 17 Nov 2017 14:31:40 +0000 (14:31 +0000)
inc/ws/Controlleur/class.ws.ajax.php

index f78906d51e48dec75b8411ee303de95b82323d2b..50f3d0e450c74487ce5842e134d26dd27a91ee27 100644 (file)
@@ -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