Fix CTag for infolog

This commit is contained in:
Jörg Lehrke 2010-06-29 13:18:21 +00:00
parent 716b9e2b5d
commit 1747ee21e0

View File

@ -512,6 +512,8 @@ class infolog_groupdav extends groupdav_handler
);
$result =& $this->bo->search($query);
if (empty($result)) return 'EGw-'.time().'-wGE';
$entry = array_shift($result);