Skip to content

Commit 2799599

Browse files
Update administrator/components/com_modules/src/Model/ModulesModel.php
Co-authored-by: Richard Fath <[email protected]>
1 parent 14ed567 commit 2799599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ protected function getListQuery()
347347
// Join over the workflows association
348348
$query->select($db->quoteName('wa.stage_id', 'stage_id'))
349349
->join('INNER', $db->quoteName('#__workflow_associations', 'wa'), $db->quoteName('wa.item_id') . ' = ' . $db->quoteName('a.id'))
350-
->where($db->quoteName('wa.extension') . ' = ' . $db->quote('com_modules.module');
350+
->where($db->quoteName('wa.extension') . ' = ' . $db->quote('com_modules.module'));
351351

352352
// Join over the workflows stage
353353
$query->select(

0 commit comments

Comments
 (0)