Skip to content

Commit

Permalink
this messes with installer but is only temp until the auth is done.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Dec 31, 2009
1 parent 1dc3480 commit 72824d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_controller.php
Expand Up @@ -42,7 +42,7 @@ function beforeFilter()
{
parent::beforeFilter();

$this->Session->write( 'Auth', ClassRegistry::init( 'Core.User' )->find( 'first', array( 'conditions' => array( 'User.id' => 1 ) ) ) );
//$this->Session->write( 'Auth', ClassRegistry::init( 'Core.User' )->find( 'first', array( 'conditions' => array( 'User.id' => 1 ) ) ) );

$this->__checkUrl();
$this->__setupLayout();
Expand Down

0 comments on commit 72824d7

Please sign in to comment.