Skip to content

Commit 4cf0179

Browse files
author
Michael Vasseur
committed
Remove from other PR
1 parent e7823a5 commit 4cf0179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Controller/API/JudgehostController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ public function internalErrorAction(Request $request): ?int
744744

745745
$field_name = null;
746746
$disabled_id = null;
747-
if (in_array($disabled['kind'], ['compile_script', 'compare_script', 'run_script', 'debug_script'])) {
747+
if (in_array($disabled['kind'], ['compile_script', 'compare_script', 'run_script'])) {
748748
$field_name = $disabled['kind'] . '_id';
749749
$disabled_id = $disabled[$field_name];
750750

0 commit comments

Comments
 (0)