From 1f78cae60f8da41dbe1fb2726f8b9ef9e9c25030 Mon Sep 17 00:00:00 2001 From: xusader Date: Thu, 11 Dec 2014 12:29:11 +0000 Subject: [PATCH] 70_PushNotifier: repair set function (xusader) git-svn-id: https://svn.fhem.de/fhem/trunk@7187 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/70_PushNotifier.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/FHEM/70_PushNotifier.pm b/fhem/FHEM/70_PushNotifier.pm index 45e78dbc2..168d6f1cb 100644 --- a/fhem/FHEM/70_PushNotifier.pm +++ b/fhem/FHEM/70_PushNotifier.pm @@ -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