2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-13 15:19:52 +00:00

configDB - minor bugfix in update function

git-svn-id: https://svn.fhem.de/fhem/trunk@6455 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2014-08-24 16:47:11 +00:00
parent c5f27f4f2a
commit 7d0deb744d

View File

@ -309,10 +309,10 @@ sub cfgDB_FileUpdate($) {
$fhem_dbh->disconnect();
if($id) {
my $filesize = -s $filename;
_cfgDB_Fileimport($filename,$filesize,1) if $id;
_cfgDB_binFileimport($filename,$filesize,1) if $id;
Log 5, "file $filename updated in configDB";
}
return "";
return;
}
# read and execute fhemconfig and fhemstate