forked from extern/egroupware
fix for bug #24: Contact widget displays contact_id if contact not found
This commit is contained in:
parent
0b261f355b
commit
9ab93a73a2
@ -94,6 +94,7 @@ class contact_widget
|
|||||||
!($this->contact = $this->contacts->read($value)))
|
!($this->contact = $this->contacts->read($value)))
|
||||||
{
|
{
|
||||||
$cell = $tmpl->empty_cell();
|
$cell = $tmpl->empty_cell();
|
||||||
|
$value = '';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$value = $this->contact[$cell['size']];
|
$value = $this->contact[$cell['size']];
|
||||||
|
Loading…
Reference in New Issue
Block a user