2
0
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:
rudolfkoenig 2013-10-20 11:19:58 +00:00
parent e04f13948b
commit d222bc7738

View File

@ -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;