Skip to content

Commit eaf2194

Browse files
frederic34eldy
andauthored
fix directory url (#33592)
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
1 parent 65536f6 commit eaf2194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

htdocs/core/modules/mailings/partnership.modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public function url($id, $sourcetype = 'thirdparty')
298298
return '<a href="'.DOL_URL_ROOT.'/societe/card.php?socid='.((int) $id).'">'.img_object('', "societe").'</a>';
299299
}
300300
if ($sourcetype == 'member') {
301-
return '<a href="'.DOL_URL_ROOT.'/adherent/card.php?id='.((int) $id).'">'.img_object('', "member").'</a>';
301+
return '<a href="'.DOL_URL_ROOT.'/adherents/card.php?id='.((int) $id).'">'.img_object('', "member").'</a>';
302302
}
303303

304304
return '';

0 commit comments

Comments
 (0)