DB IO Placeholder regex fix for JSON/JSONB placeholders

This commit is contained in:
Clemens Schwaighofer
2024-07-29 16:13:08 +09:00
parent e706a67427
commit 29f4800e1a
4 changed files with 19 additions and 7 deletions

View File

@@ -185,7 +185,7 @@ class SmartyExtend extends \Smarty
// call basic smarty
// or Smarty::__construct();
parent::__construct();
// iinit lang
// init lang
$this->l10n = $l10n;
// parse and read, legacy stuff
$locale = $this->l10n->getLocaleAsArray();