1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-21 17:20:48 +03:00

fix php warning

This commit is contained in:
Alexander Yakovlev 2024-01-22 18:46:25 +06:00
parent e7a2bd48f3
commit 72ccd7f42c

View file

@ -321,7 +321,7 @@ class ActionAuth extends Action
$oUser->setPassword(isset($aField['params']['password']) ? $aField['params']['password'] : null);
break;
default:
continue;
continue 2;
break;
}
/**
@ -621,4 +621,4 @@ class ActionAuth extends Action
{
$this->Session_Drop('invite_code');
}
}
}