diff --git a/adminlib.php b/adminlib.php index e5992fd5b859c17a4a02d818bd8cc1a154485209..dbbe59051681a12e86d0689be061f07b6d71ea70 100644 --- a/adminlib.php +++ b/adminlib.php @@ -406,7 +406,8 @@ class workflow_settings { $steps = step_manager::get_step_types(); echo '<span class="ml-1"></span>'; echo $OUTPUT->single_select(new \moodle_url($PAGE->url, - array('action' => action::STEP_INSTANCE_FORM, 'sesskey' => sesskey(), 'workflowid' => $this->workflowid, 'class' => 'ml-1')), + array('action' => action::STEP_INSTANCE_FORM, 'sesskey' => sesskey(), + 'workflowid' => $this->workflowid, 'class' => 'ml-1')), 'stepname', $steps, '', array('' => get_string('add_new_step_instance', 'tool_lifecycle'))); } diff --git a/lang/en/tool_lifecycle.php b/lang/en/tool_lifecycle.php index 53ea9c9d5ac4b6dcb00d328fcaeaa5cb747ed91a..dcf69f46e01aea6dc83a4e46ed13eb963e59a36f 100644 --- a/lang/en/tool_lifecycle.php +++ b/lang/en/tool_lifecycle.php @@ -183,7 +183,7 @@ $string['process_triggered_event'] = 'A process has been triggered'; $string['process_proceeded_event'] = 'A process has been proceeded'; $string['process_rollback_event'] = 'A process has been rolled back'; -// Privacy API +// Privacy API. $string['privacy:metadata:tool_lifecycle_action_log'] = 'A log of actions done by course managers.'; $string['privacy:metadata:tool_lifecycle_action_log:processid'] = 'ID of the Process the action was done in.'; $string['privacy:metadata:tool_lifecycle_action_log:workflowid'] = 'ID of the Workflow the action was done in.';