fix transfer

This commit is contained in:
osaajani 2020-06-23 18:49:36 +02:00
parent da97bc7c50
commit 2fbf757984
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ namespace controllers\internals;
return false;
}
$phone = $this->internal_phone->get_for_user($id_user, $destination);
$phone = $this->internal_phone->get_for_user($id_user, $received['destination']);
if (!$phone)
{
return false;