Skip to content

Commit

Permalink
Merge pull request #1625 from Instrye/patch-1
Browse files Browse the repository at this point in the history
fix. After matches is not set empty
  • Loading branch information
jim-parry authored Jan 1, 2019
2 parents 4340e66 + b71a5c2 commit c70b1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Filters/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ protected function processFilters(string $uri = null)
}

$this->filters['after'] = array_merge($this->filters['after'], $matches);
$matches = [];
}
}
}
Expand Down

0 comments on commit c70b1c6

Please sign in to comment.