update: replace configDB function. Forum #22927, Entry #162825

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5896 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-05-19 10:22:29 +00:00
parent 646518dbc4
commit 0288eb451e

View File

@ -788,7 +788,8 @@ update_GetRemoteFiles($$$$)
print FH $fileContent;
close (FH);
Log 5, "update write $localFile";
$writeError .= _cfgDB_Updatefile($localFile) if(configDBUsed());
$writeError .= cfgDB_FileUpdate($localFile) if(configDBUsed());
} else {
delete $updateFiles_ref->{$f};
Log 1, "update Can't write $localFile: $!";