Skip to content
Snippets Groups Projects
Verified Commit 7fdfa6d8 authored by Damien's avatar Damien
Browse files

FEAT #11698 TIME 0:15 Fix resource edition

parent 29cbbe1f
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ class JnlpController ...@@ -288,7 +288,7 @@ class JnlpController
fwrite($file, $fileContent); fwrite($file, $fileContent);
fclose($file); fclose($file);
if (!empty($data['step']) && $data['step'] == 'end') { if (!empty($body['step']) && $body['step'] == 'end') {
if (file_exists("{$tmpPath}{$GLOBALS['id']}_maarchCM_{$args['jnlpUniqueId']}.lck")) { if (file_exists("{$tmpPath}{$GLOBALS['id']}_maarchCM_{$args['jnlpUniqueId']}.lck")) {
unlink("{$tmpPath}{$GLOBALS['id']}_maarchCM_{$args['jnlpUniqueId']}.lck"); unlink("{$tmpPath}{$GLOBALS['id']}_maarchCM_{$args['jnlpUniqueId']}.lck");
} }
......
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