We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20730e6 + 99ce3c3 commit fe798ddCopy full SHA for fe798dd
modules/mod_tags_popular/helper.php
@@ -86,7 +86,7 @@ public static function getList(&$params)
86
87
// Only return tags connected to published and authorised items
88
$query->where($db->quoteName('c.core_state') . ' = 1')
89
- ->where($db->quoteName('c.core_access') . ' IN (' . $groups . ')')
+ ->where('(' . $db->quoteName('c.core_access') . ' IN (' . $groups . ') OR ' . $db->quoteName('c.core_access') . ' = 0)')
90
->where('(' . $db->quoteName('c.core_publish_up') . ' = ' . $nullDate
91
. ' OR ' . $db->quoteName('c.core_publish_up') . ' <= ' . $db->quote($nowDate) . ')')
92
->where('(' . $db->quoteName('c.core_publish_down') . ' = ' . $nullDate
0 commit comments