You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
update Smarty to v3.1.33 - "This release does cover security issue CVE-2018-16831, other bug fixes (see changelog.txt) and adds a new feature of the {capture} tag (see NEW_FEATURES.txt)."
This commit is contained in:
@@ -88,9 +88,7 @@ class Smarty_Internal_Resource_Extends extends Smarty_Resource
|
||||
if (!$source->exists) {
|
||||
throw new SmartyException("Unable to load template '{$source->type}:{$source->name}'");
|
||||
}
|
||||
|
||||
$_components = array_reverse($source->components);
|
||||
|
||||
$_content = '';
|
||||
/* @var \Smarty_Template_Source $_s */
|
||||
foreach ($_components as $_s) {
|
||||
|
Reference in New Issue
Block a user