Skip to content

Commit

Permalink
Fixed sendMessageAudio forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
mgp25 committed Sep 7, 2014
1 parent 446cc6a commit ff4a76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whatsprot.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ public function sendMessage($to, $txt, $id = null)
* @param bool $storeURLmedia Keep copy of file
* @return bool
*/
public function sendMessageAudio($to, $filepath, $storeURLmedia = false)
public function sendMessageAudio($to, $filepath, $storeURLmedia = false, $fsize = 0, $fhash = "")
{
if ($fsize==0 || $fhash == "")
{
Expand Down

0 comments on commit ff4a76b

Please sign in to comment.