Try ignoring missing vreplay fix

This commit is contained in:
kremsy 2017-05-21 21:28:20 +02:00
parent 0ef9d2c2a1
commit 69a7b3746f

View File

@ -232,7 +232,7 @@ class DedimaniaWebHandler {
continue;
}
if (!$record->vReplay) {
if ($record->vReplay == '' || !$record->vReplay) {
Logger::logInfo("Ignore time for " . $record->login . " no validation replay found");
continue;
}