mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix typo in link to cakephp book documentation
This commit is contained in:
parent
4f179b01bd
commit
3c46b8a491
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class SessionHelper extends AppHelper {
|
||||||
* In your view: `$this->Session->error();`
|
* In your view: `$this->Session->error();`
|
||||||
*
|
*
|
||||||
* @return string last 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() {
|
public function error() {
|
||||||
return CakeSession::error();
|
return CakeSession::error();
|
||||||
|
|
Loading…
Add table
Reference in a new issue