- fixed repeat at block plugins

This commit is contained in:
Uwe.Tews
2009-06-03 18:07:15 +00:00
parent d4558ca158
commit 30bd8f119b
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Smarty_Internal_Plugin_Handler extends Smarty_Internal_Base {
public function __call($name, $args)
{
if ($this->loadSmartyPlugin($name, $args[1])) {
// call plugin
// call plugin
return call_user_func_array($this->smarty->registered_plugins[$name][1], $args[0]);
} else {
// plugin not found