Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Correcting a recoverable error when filtering by date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Mar 15, 2016
1 parent 5ffa00c commit 5e46b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/pages/MediaHolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public function handleURL() {

// Handle the new request URL.

return $this->handleRequest($request);
return $this->handleRequest($request, DataModel::inst());
}

/**
Expand Down

0 comments on commit 5e46b41

Please sign in to comment.