2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

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:
justme-1968 2015-12-04 19:31:47 +00:00
parent ca61fab1a3
commit 3ce5e3ef01

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' ) {