So I am currently trying to migrate to Cake 1.3RC2. Everything is going
well, except the array that is being returned when I call
$this->Auth->user(). If I am navigating to my user page, the array key is:

Array ( [User] => Array ( etc..))

But when I am navigating to any of my other pages it comes in as:

Array ( [user] => Array ( etc..))

All the data is the same, only the main array has a capitalized key. I admit
I have not touched this code in a while, but does anyone have any idea why
the Auth would set that differently? Thanks.


~MG

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to