From 976a42b2e1541100d88ba68cbe1fa438332873aa Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 12 Dec 2017 22:10:15 +0000 Subject: [PATCH] commandref_join.pl: Fix typo (Forum #80727) git-svn-id: https://svn.fhem.de/fhem/trunk@15598 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index c7657f49e..1a5d17260 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -87,7 +87,7 @@ foreach my $lang (@lang) { my $modType; while(my $l = ) { $modType = "command" if($l =~ m/>FHEM commandsDevicesDevice modulesHelper modules/ && $1 ne "global");