mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
98_help.pm: #116389
git-svn-id: https://svn.fhem.de/fhem/trunk@23281 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
13d275e68b
commit
b5301df525
@ -41,7 +41,7 @@ sub CommandHelp {
|
||||
|
||||
my $outputInfo = cref_findInfo($modPath,$mod);
|
||||
|
||||
if($cmds{help}{InternalCmds} !~ m/$mod\,/) {
|
||||
if($cmds{help}{InternalCmds} !~ m/(^|\,)$mod\,/) {
|
||||
my %mods;
|
||||
my @modDir = ("$modPath/FHEM");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user