]> _ Git - cubeextranet.git/commitdiff
done #2286 @0:02
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 23 Oct 2018 14:48:19 +0000 (14:48 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 23 Oct 2018 14:48:19 +0000 (14:48 +0000)
inc/ws/Controlleur/class.ws.flash.php

index 4cd843bfe181c2c9e19edf9d457cd6d26dd20b0d..a0f9527a56b563d63c87c479c3adc0ebecbba4a6 100644 (file)
@@ -610,7 +610,7 @@ class wsFlash extends cubeFlashGateway
 
                $types = array(1, 2, 3, 4, 5, 6, 7, 11, 13, 14, 15, 16, 17, 18, 19, 24, 25);
                if (wsDroits::revendeur()) {
-                       $types = array(1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 31);
+                       $types = array(1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 31,33);
                }
                if (wsDroits::admin()) {
                        $types = range(1, 100);