Skip to content

Commit 2200fac

Browse files
Coding style
1 parent 471b97d commit 2200fac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

adminlib.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,8 @@ private function view_plugins_table() {
406406
$steps = step_manager::get_step_types();
407407
echo '<span class="ml-1"></span>';
408408
echo $OUTPUT->single_select(new \moodle_url($PAGE->url,
409-
array('action' => action::STEP_INSTANCE_FORM, 'sesskey' => sesskey(), 'workflowid' => $this->workflowid, 'class' => 'ml-1')),
409+
array('action' => action::STEP_INSTANCE_FORM, 'sesskey' => sesskey(),
410+
'workflowid' => $this->workflowid, 'class' => 'ml-1')),
410411
'stepname', $steps, '', array('' => get_string('add_new_step_instance', 'tool_lifecycle')));
411412
}
412413

lang/en/tool_lifecycle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
$string['process_proceeded_event'] = 'A process has been proceeded';
184184
$string['process_rollback_event'] = 'A process has been rolled back';
185185

186-
// Privacy API
186+
// Privacy API.
187187
$string['privacy:metadata:tool_lifecycle_action_log'] = 'A log of actions done by course managers.';
188188
$string['privacy:metadata:tool_lifecycle_action_log:processid'] = 'ID of the Process the action was done in.';
189189
$string['privacy:metadata:tool_lifecycle_action_log:workflowid'] = 'ID of the Workflow the action was done in.';

0 commit comments

Comments
 (0)