N°8286 - fix call to CompleteSessionData in case of no proper session content

This commit is contained in:
odain
2025-06-19 11:29:48 +02:00
parent b565b700a9
commit 18871566d2
2 changed files with 10 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ class SessionHandler extends \SessionHandler
$iCreationTime = $aJson['creation_time'];
}
} else {
IssueLog::Debug(__METHOD__ . ': not a json due (session file corruption?)', null, [ 'sPreviousFileVersionContent' => $sPreviousFileVersionContent ]);
$aJson=[];
}
}