mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
do NOT try to read empty contact_id
it wont find anything anyway, but gives an exception under AD, because of wrong formated GUID
This commit is contained in:
@ -525,7 +525,7 @@ var et2_avatar = (function(){ "use strict"; return et2_image.extend(
|
||||
{
|
||||
this._super.apply(this,arguments);
|
||||
var self = this;
|
||||
if (this.options.editable)
|
||||
if (this.options.contact_id && this.options.editable)
|
||||
{
|
||||
egw(window).json(
|
||||
'addressbook.addressbook_ui.ajax_noPhotoExists',
|
||||
|
Reference in New Issue
Block a user