32_yowsup.pm: fixed image send

git-svn-id: https://svn.fhem.de/fhem/trunk@10094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-12-04 19:31:47 +00:00
parent fc1ce6d354
commit 40cc2c9eb1

View File

@@ -265,7 +265,7 @@ yowsup_Set($$@)
my $image = shift(@args);
return yowsup_Write( $phash, "/image send $hash->{NUMBER} $args[0]" );
return yowsup_Write( $phash, "/image send $number $image '". join( ' ', @args ) ."'" );
return undef;
} elsif( $cmd eq 'send' ) {