fix new extrafields feature

This commit is contained in:
Florian HENRY 2015-11-20 15:29:31 +01:00
parent 87c9132a6d
commit b8af7625ff

View File

@ -4105,7 +4105,7 @@ abstract class CommonObject
$out .= $extrafields->showOutputField($key,$value);
break;
case "edit":
$out .= $extrafields->showInputField($key,$value,'',$keyprefix,0,$this->id);
$out .= $extrafields->showInputField($key,$value,'',$keyprefix,'',0,$this->id);
break;
}