From 5641b3cd36d82800b8972bb74d54f7780992ab0d Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Fri, 28 Mar 2014 11:23:12 +0000 Subject: [PATCH] 71_LISTENLIVE.pm - bugfix git-svn-id: https://svn.fhem.de/fhem/trunk@5349 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/71_LISTENLIVE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/71_LISTENLIVE.pm b/fhem/contrib/71_LISTENLIVE.pm index b252b65cb..dbd36e293 100644 --- a/fhem/contrib/71_LISTENLIVE.pm +++ b/fhem/contrib/71_LISTENLIVE.pm @@ -212,7 +212,7 @@ sub LISTENLIVE_Define($$) { Log3($name, 3, "LISTENLIVE $name PRESENCE $pres_name created."); $defs{$pres_name}{TEMPORARY} = 1; $attr{$pres_name}{verbose} = 2; - $attr{$pres}{room} = 'hidden'; + $attr{$pres_name}{room} = 'hidden'; } } else { Log3($name, 3, "LISTENLIVE $name PRESENCE pres_$name found.");