small fix

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2829 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mfr69bs
2013-02-27 18:37:15 +00:00
parent c8aa0cfeae
commit 6673d076ac

View File

@@ -619,7 +619,7 @@ update_CheckUpdates($$$$$)
last;
}
next if (-e $f && !$force &&
next if (!$force &&
$lControl{$pack}{$f}{date} &&
$rControl{$pack}{$f}{date} eq $lControl{$pack}{$f}{date});