Fix typo in link to cakephp book documentation

This commit is contained in:
Matt Creenan 2013-05-06 13:00:06 -03:00
parent 4f179b01bd
commit 3c46b8a491

View file

@ -64,7 +64,7 @@ class SessionHelper extends AppHelper {
* In your view: `$this->Session->error();`
*
* @return string last error
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/session.html#displaying-notifcations-or-flash-messages
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/session.html#displaying-notifications-or-flash-messages
*/
public function error() {
return CakeSession::error();