mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
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