mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 20:14:11 +01:00
Fix CTag for infolog
This commit is contained in:
parent
716b9e2b5d
commit
1747ee21e0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user