Skip to content

Commit

Permalink
Making PagesController include SessionHelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 15, 2010
1 parent 96c56d7 commit f2dc207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/controller/pages_controller.php
Expand Up @@ -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
Expand Down

0 comments on commit f2dc207

Please sign in to comment.