fixed case.

This commit is contained in:
Mathew Foscarini 2014-04-30 16:19:15 -04:00
parent bb726d58ba
commit f7453500b9

View file

@ -696,7 +696,7 @@ class Router {
/**
* 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.
*/
public static function getRequest($current = false) {