Try ignoring missing vreplay fix
This commit is contained in:
parent
0ef9d2c2a1
commit
69a7b3746f
@ -232,7 +232,7 @@ class DedimaniaWebHandler {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$record->vReplay) {
|
if ($record->vReplay == '' || !$record->vReplay) {
|
||||||
Logger::logInfo("Ignore time for " . $record->login . " no validation replay found");
|
Logger::logInfo("Ignore time for " . $record->login . " no validation replay found");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user