mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
New: Task #10553 : Can attach files on members card.
This commit is contained in:
@@ -3143,7 +3143,7 @@ class Form
|
||||
if ($modulepart=='memberphoto')
|
||||
{
|
||||
$dir=$conf->adherent->dir_output;
|
||||
$file=get_exdir($object->id,2).$object->photo;
|
||||
$file=get_exdir($object->id,2).'photos/'.$object->photo;
|
||||
$altfile=$object->id.".jpg"; // For backward compatibility
|
||||
$email=$object->email;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user