I am using revision 7949, on the branch 
https://svn.cakephp.org/repo/branches/1.2.x.x

In revision 7930 the return command was removed from line 676.  This
causes the code to continue executing to line 687 where the final
return statement is issued for the redirect method.  The return at
line 687 uses the redir variable.  Since I was setting the redirect
value, and the redir variable was never set I get the following error:

Undefined variable: redir [CORE/cake/libs/controller/components/
auth.php, line 687]

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

Reply via email to