Skip to content

Commit

Permalink
fix. After matches is ont set empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nyufeng authored Dec 25, 2018
1 parent 3a4ade9 commit b71a5c2
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 @@ -481,6 +481,7 @@ protected function processFilters(string $uri = null)
}

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

0 comments on commit b71a5c2

Please sign in to comment.