mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +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
|
||||
- bugfix on modifier and block plugins with same name
|
||||
|
||||
|
@@ -28,6 +28,7 @@
|
||||
* @author Monte Ohrt <monte at ohrt dot com>
|
||||
* @author Uwe Tews
|
||||
* @package Smarty
|
||||
* @subpackage PluginsInternal
|
||||
* @version 3-SVN$Rev: 3286 $
|
||||
*/
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
* Smarty Internal Plugin Function Call Handler
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage Security
|
||||
* @subpackage PluginsInternal
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
/**
|
||||
|
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -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)]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user