-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Steps to reproduce the issue
Publish the statistics module
Expected result
Actual result
Additional comments
Once again the problem is with workflows - specifically this code
joomla-cms/modules/mod_stats/src/Helper/StatsHelper.php
Lines 135 to 139 in ad74804
| ->leftJoin( | |
| $db->quoteName('#__workflow_stages', 'ws') | |
| . ' ON ' . $db->quoteName('ws.id') . ' = ' . $db->quoteName('state') | |
| ) | |
| ->where($db->quoteName('ws.condition') . ' = 1'); |

