Skip to content

Commit 44b90c5

Browse files
authored
cs
1 parent e42342e commit 44b90c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/com_contact/Model/FeaturedModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected function getListQuery()
119119
$nowDate = $db->quote($date->toSql());
120120

121121
$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). ')');
122+
->where('(' . $query->isNullDatetime('a.publish_down') . ' OR a.publish_down >= ' . $db->quote($nowDate) . ')');
123123
}
124124

125125
// Filter by language

0 commit comments

Comments
 (0)