From: stephen@cubedesigners.com Date: Wed, 8 Jun 2022 16:59:37 +0000 (+0000) Subject: Fix broken Fluidbook bulk settings importer. Done #5280 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5ee5d29bda962701f0a8d621f501016a7c8a0759;p=cubeextranet.git Fix broken Fluidbook bulk settings importer. Done #5280 @0.5 --- diff --git a/inc/ws/Controlleur/class.ws.ajax.php b/inc/ws/Controlleur/class.ws.ajax.php index eff68450e..4f966e52a 100644 --- a/inc/ws/Controlleur/class.ws.ajax.php +++ b/inc/ws/Controlleur/class.ws.ajax.php @@ -1436,7 +1436,7 @@ class wsAjax extends cubeAjax $reader = new PHPExcel_Reader_Excel2007(); $xls = $reader->load($_FILES['file']['tmp_name']); - $ignore = wsUrl::getReadonlySettings(); + $ignore = wsMaintenance::getReadonlySettings(); $sheet = $xls->getActiveSheet()->toArray(); @@ -1464,4 +1464,4 @@ class wsAjax extends cubeAjax } $x->addAlert(__('Paramètres importés')); } -} \ No newline at end of file +}