From: vincent@cubedesigners.com Date: Mon, 3 Feb 2020 15:06:36 +0000 (+0000) Subject: wip #3386 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a38a081f7704851cb7cd1a754d66cfda1571d447;p=cubeextranet.git wip #3386 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 50d4a90eb..efded0ffe 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1604,7 +1604,7 @@ class wsHTML5Compiler protected function writeConfig() { - return 'var DATAS=' . json_encode($this->config) . ';' . "\n"; + return 'var SETTINGS=' . json_encode($this->config) . ';' . "\n"; } protected function writeCountries()