mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Merge pull request #1273 from mcreenan/master
Fix typo in link to cakephp book documentation
This commit is contained in:
commit
7a9dd9af47
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue