correct text message

This commit is contained in:
Michiel van der Wulp 2014-12-11 22:13:35 +01:00
parent 419ba4a0cf
commit 365131df40
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class FreeVoipDeal extends Core {
$result = file_get_contents( $local_url . "?username=" . $this->username
. "&password=" . $this->password . "&from=" . $this->originator . "&to=" . $phone
. "&text=TEST-" . $local_data );
. "&text=" . $local_data );
}
return $result;