Skip to content

Commit

Permalink
fixed user config, solving issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardalberto committed Aug 28, 2013
1 parent fd69883 commit ca02920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protected/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// application components
'components' => array(
'user' => array(
'class' => 'WebUser',
'class' => 'CWebUser',
'allowAutoLogin' => false,
),
'customer' => array(
Expand Down

0 comments on commit ca02920

Please sign in to comment.