- 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
- bugfix on modifier and block plugins with same name

View File

@@ -28,6 +28,7 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Uwe Tews
* @package Smarty
* @subpackage PluginsInternal
* @version 3-SVN$Rev: 3286 $
*/

View File

@@ -3,7 +3,7 @@
* Smarty Internal Plugin Function Call Handler
*
* @package Smarty
* @subpackage Security
* @subpackage PluginsInternal
* @author Uwe Tews
*/
/**

View File

@@ -28,6 +28,7 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Uwe Tews
* @package Smarty
* @subpackage PluginsInternal
* @version 3-SVN$Rev: 3286 $
*/
@@ -239,8 +240,8 @@ class Smarty_Internal_Register {
if (is_callable($function_name)) {
$this->smarty->default_template_handler_func = $function_name;
} 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 Uwe Tews
* @package Smarty
* @subpackage PluginsInternal
* @version 3-SVN$Rev: 3286 $
*/
@@ -147,4 +148,4 @@ class Smarty_Internal_Unregister {
unset($this->smarty->registered_filters['variable'][$this->smarty->_get_filter_name($function_name)]);
}
}
}

View File

@@ -28,6 +28,7 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Uwe Tews
* @package Smarty
* @subpackage PluginsInternal
* @version 3-SVN$Rev: 3286 $
*/
@@ -258,4 +259,4 @@ class Smarty_Internal_Utility {
return true;
}
}
}

View File

@@ -28,6 +28,7 @@
* @author Monte Ohrt <monte at ohrt dot com>
* @author Uwe Tews
* @package Smarty
* @subpackage PluginsInternal
* @version 3-SVN$Rev: 3286 $
*/
@@ -123,4 +124,4 @@ class Smarty_Internal_Wrapper {
}
}
?>
?>