You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
bump smarty to v4.5.5 - php8.4 support - see https://github.com/smarty-php/smarty/releases/tag/v4.5.5
This commit is contained in:
@@ -386,7 +386,7 @@ abstract class Smarty_Internal_TemplateCompilerBase
|
||||
public function compileTemplate(
|
||||
Smarty_Internal_Template $template,
|
||||
$nocache = null,
|
||||
Smarty_Internal_TemplateCompilerBase $parent_compiler = null
|
||||
?Smarty_Internal_TemplateCompilerBase $parent_compiler = null
|
||||
) {
|
||||
// get code frame of compiled template
|
||||
$_compiled_code = $template->smarty->ext->_codeFrame->create(
|
||||
@@ -407,9 +407,9 @@ abstract class Smarty_Internal_TemplateCompilerBase
|
||||
/**
|
||||
* Compile template source and run optional post filter
|
||||
*
|
||||
* @param \Smarty_Internal_Template $template
|
||||
* @param null|bool $nocache flag if template must be compiled in nocache mode
|
||||
* @param \Smarty_Internal_TemplateCompilerBase $parent_compiler
|
||||
* @param \Smarty_Internal_Template $template
|
||||
* @param null|bool $nocache flag if template must be compiled in nocache mode
|
||||
* @param \Smarty_Internal_TemplateCompilerBase|null $parent_compiler
|
||||
*
|
||||
* @return string
|
||||
* @throws \Exception
|
||||
@@ -417,7 +417,7 @@ abstract class Smarty_Internal_TemplateCompilerBase
|
||||
public function compileTemplateSource(
|
||||
Smarty_Internal_Template $template,
|
||||
$nocache = null,
|
||||
Smarty_Internal_TemplateCompilerBase $parent_compiler = null
|
||||
?Smarty_Internal_TemplateCompilerBase $parent_compiler = null
|
||||
) {
|
||||
try {
|
||||
// save template object in compiler class
|
||||
|
Reference in New Issue
Block a user