Fixing doc block for parameter of Controller::flash. Thanks 'ADmad'.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8083 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
jperras 2009-03-09 01:11:38 +00:00
parent 1497fddf80
commit ba78e04be9

View file

@ -823,7 +823,7 @@ class Controller extends Object {
* Does not work if the current debug level is higher than 0. * Does not work if the current debug level is higher than 0.
* *
* @param string $message Message to display to the user * @param string $message Message to display to the user
* @param string $url Relative URL to redirect to after the time expires * @param mixed $url Relative string or array-based URL to redirect to after the time expires
* @param integer $pause Time to show the message * @param integer $pause Time to show the message
* @return void Renders flash layout * @return void Renders flash layout
* @access public * @access public