mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 11:54:26 +02:00
- minor fixes on API update
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
07/02/2010
|
||||||
|
- API changes (see README file)
|
||||||
|
|
||||||
05/02/2010
|
05/02/2010
|
||||||
- bugfix on modifier and block plugins with same name
|
- bugfix on modifier and block plugins with same name
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
* @author Monte Ohrt <monte at ohrt dot com>
|
* @author Monte Ohrt <monte at ohrt dot com>
|
||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
|
* @subpackage PluginsInternal
|
||||||
* @version 3-SVN$Rev: 3286 $
|
* @version 3-SVN$Rev: 3286 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
* Smarty Internal Plugin Function Call Handler
|
* Smarty Internal Plugin Function Call Handler
|
||||||
*
|
*
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
* @subpackage Security
|
* @subpackage PluginsInternal
|
||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
* @author Monte Ohrt <monte at ohrt dot com>
|
* @author Monte Ohrt <monte at ohrt dot com>
|
||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
|
* @subpackage PluginsInternal
|
||||||
* @version 3-SVN$Rev: 3286 $
|
* @version 3-SVN$Rev: 3286 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -239,7 +240,7 @@ class Smarty_Internal_Register {
|
|||||||
if (is_callable($function_name)) {
|
if (is_callable($function_name)) {
|
||||||
$this->smarty->default_template_handler_func = $function_name;
|
$this->smarty->default_template_handler_func = $function_name;
|
||||||
} else {
|
} else {
|
||||||
throw new Exception("Default template handler '$function' not callable");
|
throw new Exception("Default template handler '$function_name' not callable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
* @author Monte Ohrt <monte at ohrt dot com>
|
* @author Monte Ohrt <monte at ohrt dot com>
|
||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
|
* @subpackage PluginsInternal
|
||||||
* @version 3-SVN$Rev: 3286 $
|
* @version 3-SVN$Rev: 3286 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
* @author Monte Ohrt <monte at ohrt dot com>
|
* @author Monte Ohrt <monte at ohrt dot com>
|
||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
|
* @subpackage PluginsInternal
|
||||||
* @version 3-SVN$Rev: 3286 $
|
* @version 3-SVN$Rev: 3286 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
* @author Monte Ohrt <monte at ohrt dot com>
|
* @author Monte Ohrt <monte at ohrt dot com>
|
||||||
* @author Uwe Tews
|
* @author Uwe Tews
|
||||||
* @package Smarty
|
* @package Smarty
|
||||||
|
* @subpackage PluginsInternal
|
||||||
* @version 3-SVN$Rev: 3286 $
|
* @version 3-SVN$Rev: 3286 $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user