mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 05:06:35 +00:00
fhem.pl: cmdalias support
git-svn-id: https://svn.fhem.de/fhem/trunk@4077 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e04f13948b
commit
d222bc7738
@ -824,7 +824,7 @@ AnalyzeCommand($$)
|
||||
|
||||
$param = "" if(!defined($param));
|
||||
no strict "refs";
|
||||
my $ret = &{$cmds{$fn}{Fn} }($cl, $param);
|
||||
my $ret = &{$cmds{$fn}{Fn} }($cl, $param, $fn);
|
||||
use strict "refs";
|
||||
return undef if(defined($ret) && $ret eq "");
|
||||
return $ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user