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.
1 parent e42342e commit 44b90c5Copy full SHA for 44b90c5
components/com_contact/Model/FeaturedModel.php
@@ -119,7 +119,7 @@ protected function getListQuery()
119
$nowDate = $db->quote($date->toSql());
120
121
$query->where('(' . $query->isNullDatetime('a.publish_up') . ' OR a.publish_up <= ' . $db->quote($nowDate) . ')')
122
- ->where('(' . $query->isNullDatetime('a.publish_down') . ' OR a.publish_down >= ' . $db->quote($nowDate). ')');
+ ->where('(' . $query->isNullDatetime('a.publish_down') . ' OR a.publish_down >= ' . $db->quote($nowDate) . ')');
123
}
124
125
// Filter by language
0 commit comments