mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
fix typo
This commit is contained in:
parent
81f918c8b6
commit
f043f76be2
@ -70,7 +70,7 @@
|
|||||||
{
|
{
|
||||||
$match = false;
|
$match = false;
|
||||||
// do we have to migrate an old password ?
|
// do we have to migrate an old password ?
|
||||||
if($GLOBALS['egw_info']['server']['pwd_migration_allowed'] && !emplty($GLOBALS['egw_info']['server']['pwd_migration_types']))
|
if($GLOBALS['egw_info']['server']['pwd_migration_allowed'] && !empty($GLOBALS['egw_info']['server']['pwd_migration_types']))
|
||||||
{
|
{
|
||||||
foreach(explode(',', $GLOBALS['egw_info']['server']['pwd_migration_types']) as $type)
|
foreach(explode(',', $GLOBALS['egw_info']['server']['pwd_migration_types']) as $type)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user