Skip to content

Commit 6c5883e

Browse files
authored
Update Collection.php
1 parent 6d00d69 commit 6c5883e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/ResourceModel/Post/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public function addCategoryFilter($category)
352352
*/
353353
public function addArchiveFilter($year, $month)
354354
{
355-
$this->getSelect()
355+
$this->getSelect()
356356
->where('YEAR(main_table.publish_time) = ?', $year);
357357
if ($month) {
358358
$this->getSelect()->where('MONTH(main_table.publish_time) = ?', $month);

0 commit comments

Comments
 (0)