fix typo
This commit is contained in:
@@ -369,7 +369,7 @@ class Recovery
|
||||
->findOne();
|
||||
|
||||
if (!$portal) {
|
||||
throw new Error("Portal user does not belong to any potral.");
|
||||
throw new Error("Portal user does not belong to any portal.");
|
||||
}
|
||||
|
||||
$this->getPortalRepository()->loadUrlField($portal);
|
||||
|
||||
Reference in New Issue
Block a user