Skip to content
Snippets Groups Projects
Commit fca729de authored by Gael PICOT's avatar Gael PICOT
Browse files

correction warning not set structure

parent 4b7c2881
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ function changeDoi(string $halId_s, string $newDOI, string $portail='', bool $de
'sendTei' => $originalFile->getValue(),
'originalTEI' => $originalTEI,
'newTEI' => $debug?$originalFile->getValue():$newTEI,
'structure' => $_SESSION['structure'],
'structure' => $_SESSION['structure'] ?? '',
'debug' => $debug,
'errorMessage' => $errorMessage,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment