70_PushNotifier: repair set function (xusader)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7187 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
xusader
2014-12-11 12:29:11 +00:00
parent 44891c30b7
commit 3a4c29cbc4

View File

@@ -1,5 +1,5 @@
###############################################
#$Id: 70_PushNotifier.pm 2014-11-14 10:00:00 xusader
#$Id: 70_PushNotifier.pm 2014-12-11 13:28:00 xusader
#
# download client-app http://pushnotifier.de/apps/
# create account http://pushnotifier.de/login/
@@ -81,7 +81,7 @@ PushNotifier_Set($@)
return "Unknown argument $cmd, choose one of " . join(" ", sort keys %sets);
}
return PushNotifier_Send_Message($hash, @a);
return PushNotifier_Send_Message($hash, , @a);
}
#####################################
sub