Skip to content
Snippets Groups Projects
Commit 56ef1c73 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix missing )

parent 77c43ebb
No related branches found
No related tags found
No related merge requests found
......@@ -515,7 +515,7 @@ if (! defined('NOLOGIN'))
exit;
}
$resultFetchUser=$user->fetch('', $login, '', 0, ($entitytotest ? $entitytotest : -1);
$resultFetchUser=$user->fetch('', $login, '', 0, ($entitytotest ? $entitytotest : -1));
if ($resultFetchUser <= 0)
{
dol_syslog('User not found, connexion refused');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment