This commit is contained in:
Yuri Kuznetsov
2022-08-17 14:48:28 +03:00
parent cf54ede1ba
commit db6ecd6b68

View File

@@ -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);