Missing object $langs when showing extrafield of type 'price'

This commit is contained in:
jfefe 2013-02-17 20:14:18 +01:00
parent 16e9f6db48
commit 060060f08b

View File

@ -669,7 +669,7 @@ class ExtraFields
*/
function showOutputField($key,$value,$moreparam='')
{
global $conf;
global $conf,$langs;
$label=$this->attribute_label[$key];
$type=$this->attribute_type[$key];