2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@1966 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-10-15 08:01:58 +00:00
parent c0149e1119
commit d107ccf040

View File

@ -883,7 +883,7 @@ CommandRereadCfg($$)
my ($cl, $param) = @_;
my $name = $cl->{NAME} if($cl);
my $cfgfile = ($param ? $param : $attr{global}{configfile});
return "Cannon open $cfgfile: $!" if(! -f $cfgfile);
return "Cannot open $cfgfile: $!" if(! -f $cfgfile);
$attr{global}{configfile} = $cfgfile;
WriteStatefile();