- bugfix missing declaration of $smarty in Smarty class

This commit is contained in:
uwe.tews@googlemail.com
2010-12-05 17:21:02 +00:00
parent 5139a6fcd1
commit 5522850591
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
===== SVN trunk ===== ===== SVN trunk =====
05/12/2010
- bugfix missing declaration of $smarty in Smarty class
01/12/2010 01/12/2010
- improvement of {debug} tag output - improvement of {debug} tag output

View File

@@ -238,6 +238,8 @@ class Smarty extends Smarty_Internal_Data {
public $deprecation_notices = true; public $deprecation_notices = true;
// Smarty 2 BC // Smarty 2 BC
public $_version = self::SMARTY_VERSION; public $_version = self::SMARTY_VERSION;
// self pointer to Smarty object
public $smarty;
/** /**
* Class constructor, initializes basic smarty properties * Class constructor, initializes basic smarty properties