Merge branch '12204' into 12300

This commit is contained in:
Fred Tempez 2023-02-16 21:28:18 +01:00
commit b68c4c6d0e
1 changed files with 1 additions and 0 deletions

View File

@ -2290,6 +2290,7 @@ class common
ob_start();
require 'core/core.js.php';
$coreScript = ob_get_clean();
$inlineScript = '';
if ($this->output['inlineScript']) {
$inlineScript = implode($this->output['inlineScript']);
}