- minor fixes on API update

This commit is contained in:
Uwe.Tews
2010-02-07 11:09:28 +00:00
parent 8f8a11f733
commit ae49fe099b
7 changed files with 14 additions and 6 deletions

View File

@@ -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

View File

@@ -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 $
*/ */

View File

@@ -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
*/ */
/** /**

View File

@@ -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");
} }
} }

View File

@@ -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 $
*/ */

View File

@@ -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 $
*/ */

View File

@@ -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 $
*/ */