Compare commits

...

2 Commits

Author SHA1 Message Date
Clemens Schwaighofer
6cda319ed0 Bug fix for SmartyExtend set var call 2023-03-13 10:51:09 +09:00
Clemens Schwaighofer
583edbfe0a Published v8.0.5 2023-03-13 09:29:30 +09:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
8.0.4 8.0.5

View File

@@ -468,7 +468,7 @@ class SmartyExtend extends \Smarty
*/ */
public function setSmartyVarsFrontend( public function setSmartyVarsFrontend(
array $options, array $options,
?\CoreLibs\Admin\Backend $cms ?\CoreLibs\Admin\Backend $cms = null
): void { ): void {
$this->setSmartyVars( $this->setSmartyVars(
false, false,