Try ignoring missing vreplay fix
This commit is contained in:
parent
0ef9d2c2a1
commit
69a7b3746f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user