mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix transfer
This commit is contained in:
parent
da97bc7c50
commit
2fbf757984
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue