mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- bugfix missing declaration of $smarty in Smarty class
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user