1
0
Fork 0
Dieser Commit ist enthalten in:
Ortwin Pinke 2025-06-26 22:03:19 +02:00
Ursprung a2e2312610
Commit 4f82c17918

Datei anzeigen

@ -44,6 +44,9 @@ class cSmartyWrapper extends Smarty\Smarty {
return parent::fetch($template, $cache_id, $compile_id, $parent, $display, $merge_tpl_vars, $no_output_filter); return parent::fetch($template, $cache_id, $compile_id, $parent, $display, $merge_tpl_vars, $no_output_filter);
} }
/**
* @throws \Smarty\Exception
*/
public function display($template = NULL, $cache_id = NULL, $compile_id = NULL, $parent = NULL) { public function display($template = NULL, $cache_id = NULL, $compile_id = NULL, $parent = NULL) {
global $frontend_debug; global $frontend_debug;