Fix: parenthesis too if the constant MAIN_HELPCENTER_DISABLELINK is disabled
This commit is contained in:
parent
ac6007079f
commit
a60c0d02d1
@ -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