From a38a081f7704851cb7cd1a754d66cfda1571d447 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 3 Feb 2020 15:06:36 +0000 Subject: [PATCH] wip #3386 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5