Skip to content

Commit 96c5921

Browse files
YatharthVyasPhil E. Taylor
andcommitted
comment formatting
Co-authored-by: Phil E. Taylor <[email protected]>
1 parent 2bfbcb9 commit 96c5921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/components/com_modules/src/Model/ModuleModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ protected function preprocessForm(Form $form, $data, $group = 'content')
10011001
* The workflowPreprocessForm function enables the workflow plugins and adds the
10021002
* transition field to the form. We do not need to add the transition field to the
10031003
* form in the case of items so we seperately call the importWorkflowPlugins function.
1004-
*/
1004+
*/
10051005
if (!empty(Factory::getApplication()->input->get('id')))
10061006
{
10071007
$this->workflowPreprocessForm($form, $data);

administrator/components/com_modules/tmpl/module/edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$layout = $isModal ? 'modal' : 'edit';
5151
$tmpl = $isModal || $input->get('tmpl', '', 'cmd') === 'component' ? '&tmpl=component' : '';
5252

53-
// If the module is already created then display the transition field else display the workflow selection field
53+
// If the module is already created then display the transition field else display the workflow selection field.
5454
$workflowField = empty($input->get('id')) ? 'workflow_id' : 'transition';
5555

5656
?>

0 commit comments

Comments
 (0)