mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 03:49:33 +01:00
Api: Fix no customfields shown if there was an extra comma in field attribute
This commit is contained in:
parent
45f9801df8
commit
e3ea655318
@ -158,7 +158,7 @@ class Customfields extends Transformer
|
|||||||
$f= substr($f,1);
|
$f= substr($f,1);
|
||||||
$negate_fields[]= $f;
|
$negate_fields[]= $f;
|
||||||
}
|
}
|
||||||
else
|
elseif(trim($f))
|
||||||
{
|
{
|
||||||
$field_filters [] = $f;
|
$field_filters [] = $f;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user