FIX Module gravatar was not triggered on thirdparty and contact card
This commit is contained in:
parent
b3b395df42
commit
b538f13efb
@ -5727,6 +5727,7 @@ class Form
|
||||
else $file=get_exdir(0, 0, 0, 0, $object, 'thirdparty').'/logos/'.$object->logo;
|
||||
$originalfile=get_exdir(0, 0, 0, 0, $object, 'thirdparty').'/logos/'.$object->logo;
|
||||
}
|
||||
$email=$object->email;
|
||||
}
|
||||
else if ($modulepart=='contact')
|
||||
{
|
||||
@ -5738,6 +5739,7 @@ class Form
|
||||
else $file=get_exdir(0, 0, 0, 0, $object, 'contact').'/photos/'.$object->photo;
|
||||
$originalfile=get_exdir(0, 0, 0, 0, $object, 'contact').'/photos/'.$object->photo;
|
||||
}
|
||||
$email=$object->email;
|
||||
}
|
||||
else if ($modulepart=='userphoto')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user