Fix: parenthèse manquante
This commit is contained in:
parent
a60c0d02d1
commit
09b286de39
@ -197,8 +197,8 @@ function dol_loginfunction($langs,$conf,$mysoc)
|
|||||||
if (! empty($conf->global->MAIN_SECURITY_DISABLEFORGETPASSLINK)) print '(';
|
if (! empty($conf->global->MAIN_SECURITY_DISABLEFORGETPASSLINK)) print '(';
|
||||||
else print ' - ';
|
else print ' - ';
|
||||||
print $langs->trans("NeedHelpCenter");
|
print $langs->trans("NeedHelpCenter");
|
||||||
print ')</a>';
|
|
||||||
}
|
}
|
||||||
|
print ')</a>';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user