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 6d00d69 commit 6c5883eCopy full SHA for 6c5883e
Model/ResourceModel/Post/Collection.php
@@ -352,7 +352,7 @@ public function addCategoryFilter($category)
352
*/
353
public function addArchiveFilter($year, $month)
354
{
355
- $this->getSelect()
+ $this->getSelect()
356
->where('YEAR(main_table.publish_time) = ?', $year);
357
if ($month) {
358
$this->getSelect()->where('MONTH(main_table.publish_time) = ?', $month);
0 commit comments