fix smarty for php8.1

This commit is contained in:
Yuri Kuznetsov
2021-11-29 13:46:03 +02:00
parent c257da0e70
commit e68ff3c391
+1 -1
View File
@@ -1537,7 +1537,7 @@ class SmartyCompilerException extends SmartyException
* The line number of the template error
* @type int|null
*/
public $line = null;
//public $line = null;
/**
* The template source snippet relating to the error
* @type string|null