X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=include%2Fclass_ObjectList.inc;h=0a63c8aeacaf2a4ae9b23d65b76d993848ced582;hb=66c2df743023ccf265f3d572084545a44ffe017e;hp=0c86a24b00fb5937555752edc84a6d5b66f35d8f;hpb=dd8ee85187810a49bff6b5e6d614ae711bf5ebd2;p=gosa.git diff --git a/include/class_ObjectList.inc b/include/class_ObjectList.inc index 0c86a24b0..0a63c8aea 100644 --- a/include/class_ObjectList.inc +++ b/include/class_ObjectList.inc @@ -361,6 +361,7 @@ class ObjectList implements IteratorAggregate { $tmp2 = array(); foreach($tmp as $key => $entry){ $entry['id']= $key; + $entry['_icon'] = ""; $tmp2[] = $entry; }