From: vincent@cubedesigners.com Date: Tue, 8 Sep 2020 14:19:29 +0000 (+0000) Subject: wip #3733 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=424363a3a2ae66b8aa753482b772b585c2c61acc;p=cubeextranet.git wip #3733 @0:10 --- diff --git a/inc/ws/Util/class.ws.articles.php b/inc/ws/Util/class.ws.articles.php index 0bc9c1517..067dfa497 100644 --- a/inc/ws/Util/class.ws.articles.php +++ b/inc/ws/Util/class.ws.articles.php @@ -94,7 +94,7 @@ class wsArticles for ($i = 0; $i <= $this->_zip->numFiles; $i++) { $fname = $this->_zip->getNameIndex($i); - if (stristr($fname, '__MACOSX')) { + if (stristr($fname, '__MACOSX') || stristr($fname, 'ds_store')) { continue; } if (!preg_match('/\.xml$/', $fname)) {