From 1afee392750db54e52ec778a56dd84c4a0eb58ab Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Thu, 25 Jan 2018 15:30:37 +0000 Subject: [PATCH] commandref_modular.pl: add some more links (Forum #83248) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15989 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/commandref_modular.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/commandref_modular.pl b/contrib/commandref_modular.pl index f1ae543b7..8b7facf2e 100644 --- a/contrib/commandref_modular.pl +++ b/contrib/commandref_modular.pl @@ -76,7 +76,7 @@ for my $lang (@lang) { $modData{$mName}{type}=$1 if($l =~ m/^=item\s+(helper|command|device)/); $modData{$mName}{$1} =$2 if($l =~ m/^=item\s+(summary[^ ]*)\s(.*)$/); $modData{$mName}{modLinks}{$1} = 1 - if($l =~ m// && $1 !~ m/^$mName/); + if($l =~ m//); } close(FH); }