mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
fix typo
This commit is contained in:
parent
673327da1e
commit
2df0095579
@ -806,7 +806,7 @@ class Session
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new \Exception(implode(', $errors'), self::CD_SECOND_FACTOR_REQUIRED);
|
||||
throw new \Exception(implode(', ', $errors), self::CD_SECOND_FACTOR_REQUIRED);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user