fixed a typo in the call of the render-function (extensions)

This commit is contained in:
Ralf Becker 2002-09-29 22:21:29 +00:00
parent 039d3b2044
commit 493c25bbf4

View File

@ -385,7 +385,7 @@
{ {
return False; return False;
} }
return $GLOBALS['phpgw_info']['etemplate']['extension'][$name]->render($cell,$form_name,$value,$readonly, return $GLOBALS['phpgw_info']['etemplate']['extension'][$type]->render($cell,$form_name,$value,$readonly,
$GLOBALS['phpgw_info']['etemplate']['extension_data'][$type][$cell['name']],$this); $GLOBALS['phpgw_info']['etemplate']['extension_data'][$type][$cell['name']],$this);
} }