Skip to content

Commit 855627a

Browse files
Update administrator/components/com_modules/src/Model/ModuleModel.php
Co-authored-by: Richard Fath <[email protected]>
1 parent af84293 commit 855627a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ protected function getStageForNewItem(Form $form, $data)
13021302
->select($db->quoteName('id'))
13031303
->from($db->quoteName('#__workflows'))
13041304
->where($db->quoteName('default') . ' = 1')
1305-
->where($db->quoteName('extension') . ' = ' . $db->quote('com_modules.module');
1305+
->where($db->quoteName('extension') . ' = ' . $db->quote('com_modules.module'));
13061306

13071307
$query->where($db->quoteName('workflow_id') . ' IN (' . $defaultWorkflowQuery . ')');
13081308
}

0 commit comments

Comments
 (0)