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:
@@ -22,7 +22,7 @@ class Smarty_Data extends Smarty_Internal_Data
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
static $count = 0;
|
||||
public static $count = 0;
|
||||
|
||||
/**
|
||||
* Data block name
|
||||
@@ -50,7 +50,7 @@ class Smarty_Data extends Smarty_Internal_Data
|
||||
public function __construct($_parent = null, $smarty = null, $name = null)
|
||||
{
|
||||
parent::__construct();
|
||||
self::$count ++;
|
||||
self::$count++;
|
||||
$this->dataObjectName = 'Data_object ' . (isset($name) ? "'{$name}'" : self::$count);
|
||||
$this->smarty = $smarty;
|
||||
if (is_object($_parent)) {
|
||||
|
Reference in New Issue
Block a user