mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Making PagesController include SessionHelper.
This commit is contained in:
parent
96c56d7446
commit
f2dc2078c2
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class PagesController extends AppController {
|
|||
* @var array
|
||||
* @access public
|
||||
*/
|
||||
var $helpers = array('Html');
|
||||
var $helpers = array('Html', 'Session');
|
||||
|
||||
/**
|
||||
* This controller does not use a model
|
||||
|
|
Loading…
Reference in a new issue