Skip to content

Commit

Permalink
fixed case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew Foscarini committed Apr 30, 2014
1 parent bb726d5 commit f745350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Routing/Router.php
Expand Up @@ -696,7 +696,7 @@ public static function popRequest() {
/** /**
* Gets the current request object, or the first one. * Gets the current request object, or the first one.
* *
* @param boolean $current True to get the current request object, or False to get the first one. * @param boolean $current True to get the current request object, or false to get the first one.
* @return CakeRequest|null Null if stack is empty. * @return CakeRequest|null Null if stack is empty.
*/ */
public static function getRequest($current = false) { public static function getRequest($current = false) {
Expand Down

0 comments on commit f745350

Please sign in to comment.