mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
smarty 3.1.39 upgrade
This commit is contained in:
parent
2f5a0b7355
commit
e537eac9dd
241 changed files with 15897 additions and 11403 deletions
|
@ -7,6 +7,9 @@
|
|||
*/
|
||||
class SmartyCompilerException extends SmartyException
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function __toString()
|
||||
{
|
||||
return ' --> Smarty Compiler: ' . $this->message . ' <-- ';
|
||||
|
@ -18,18 +21,21 @@ class SmartyCompilerException extends SmartyException
|
|||
* @type int|null
|
||||
*/
|
||||
public $line = null;
|
||||
|
||||
/**
|
||||
* The template source snippet relating to the error
|
||||
*
|
||||
* @type string|null
|
||||
*/
|
||||
public $source = null;
|
||||
|
||||
/**
|
||||
* The raw text of the error message
|
||||
*
|
||||
* @type string|null
|
||||
*/
|
||||
public $desc = null;
|
||||
|
||||
/**
|
||||
* The resource identifier or template name
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue