Skip to content

Commit

Permalink
Fixing unittest controller for 3.1 fixes #3593
Browse files Browse the repository at this point in the history
  • Loading branch information
BRMatt committed Jan 14, 2011
1 parent 9d3b086 commit f23d618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/controller/unittest.php
Expand Up @@ -61,7 +61,7 @@ public function before()
$this->status = 404;

throw new Kohana_Request_Exception('Unable to find a route to match the URI: :uri',
array(':uri' => $this->request->uri));
array(':uri' => $this->request->uri()));
}

// Prevent the whitelist from being autoloaded, but allow the blacklist
Expand Down

0 comments on commit f23d618

Please sign in to comment.