Var not defined

This commit is contained in:
Laurent Destailleur 2020-01-30 13:01:42 +01:00
parent 2f1954151f
commit 55388d053f

View File

@ -2297,6 +2297,11 @@ class Adherent extends CommonObject
{
$langs->load("members");
$warning_delay = 0;
$url = '';
$label = '';
$labelShort = '';
if ($mode == 'expired') {
$warning_delay = $conf->adherent->subscription->warning_delay/60/60/24;
$label = $langs->trans("MembersWithSubscriptionToReceive");