Merge pull request #1273 from mcreenan/master

Fix typo in link to cakephp book documentation
This commit is contained in:
ADmad 2013-05-06 09:21:45 -07:00
commit 7a9dd9af47

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();