Skip to content

Commit

Permalink
Remove unused parameter (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltont authored and rhukster committed Jan 30, 2019
1 parent 6d6689b commit b91574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/Grav/Common/Page/Pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ protected function buildPages()
$this->grav['debugger']->addMessage('Page cache missed, rebuilding pages..');

// recurse pages and cache result
$this->resetPages($pages_dir, $this->pages_cache_id);
$this->resetPages($pages_dir);

} else {
// If pages was found in cache, set the taxonomy
Expand Down

0 comments on commit b91574e

Please sign in to comment.