Skip to content

Commit a6bcabd

Browse files
Invert a boolean flag
1 parent 7835ce6 commit a6bcabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block_evasys_sync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function get_content() {
222222
* In case of the automated workflow, we require surveys
223223
* in order to be able to automatically trigger the evaluation. */
224224
'showcontrols' => ($hassurveys || !$ismodeautomated) && count($evasyscourses) > 0 && !$invalidcourses,
225-
'usestandardtimelayout' => (!$ismodeautomated && $recordhasstandardtime && $record),
225+
'usestandardtimelayout' => (!$ismodeautomated && $recordhasstandardtime && !$record),
226226
// Choose mode.
227227
'direct' => $ismodeautomated,
228228
'startdisabled' => $startdisabled || $standardttimemode,

0 commit comments

Comments
 (0)