fix transfer
This commit is contained in:
parent
da97bc7c50
commit
2fbf757984
|
@ -284,7 +284,7 @@ namespace controllers\internals;
|
||||||
return false;
|
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)
|
if (!$phone)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue