32_yowsup.pm: fixed image send

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10094 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-12-04 19:31:47 +00:00
parent b09309cf3d
commit 2ca0a4e347

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