From: Vincent Vanwaelscappel Date: Wed, 16 Apr 2025 17:34:08 +0000 (+0200) Subject: wait #7488 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=48a796cf1163280164504632430ba2d7108e92a6;p=fluidbook-toolbox.git wait #7488 @0.25 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 04ff1cd95..2541f3633 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -1102,7 +1102,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError if ($this->phonegap) { $csp = "securityPolicyWhitelist)) . "; img-src * data:\">"; } - $lang = $this->getFluidbook()->lang; + $lang = $this->getFluidbook()->locale; $console = ''; if ($this->fluidbookSettings->debugConsole) { @@ -1177,6 +1177,7 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError } } $this->_indexVars = $res; + dddd($this->_indexVars); $this->log('Got index vars 6'); } return $this->_indexVars;