mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
- bugfix missing declaration of $smarty in Smarty class
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
===== SVN trunk =====
|
||||
05/12/2010
|
||||
- bugfix missing declaration of $smarty in Smarty class
|
||||
|
||||
01/12/2010
|
||||
- improvement of {debug} tag output
|
||||
|
||||
|
@@ -238,6 +238,8 @@ class Smarty extends Smarty_Internal_Data {
|
||||
public $deprecation_notices = true;
|
||||
// Smarty 2 BC
|
||||
public $_version = self::SMARTY_VERSION;
|
||||
// self pointer to Smarty object
|
||||
public $smarty;
|
||||
|
||||
/**
|
||||
* Class constructor, initializes basic smarty properties
|
||||
|
Reference in New Issue
Block a user