forked from extern/egroupware
Fix typo in customfield widget
This commit is contained in:
parent
5f0c5f9c47
commit
0328abf1c4
@ -142,7 +142,7 @@ class etemplate_widget_customfields extends etemplate_widget_transformer
|
||||
if($this->attrs['field-names'][0] == '!')
|
||||
{
|
||||
$negate_field_filter = true;
|
||||
$this->attrs['field-names'] = substr($this->attrs['field_names'],1);
|
||||
$this->attrs['field-names'] = substr($this->attrs['field-names'],1);
|
||||
}
|
||||
$field_filter = explode(',', $this->attrs['field_names']);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user