diff --git a/install/vendor/smarty/libs/Smarty.class.php b/install/vendor/smarty/libs/Smarty.class.php index 4411c72ddb..dd272bd566 100644 --- a/install/vendor/smarty/libs/Smarty.class.php +++ b/install/vendor/smarty/libs/Smarty.class.php @@ -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