Re: Auth variables being ignored

2010-06-23 Thread Jeremy Burns | Class Outfit
I was making a stupid mistake. For the record, I was calling parent::beforeFilter(), which was overriding my values. Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 23 Jun 2010, at 08:55, Jeremy Burns wrote: > I have a site built on 1.3.2 with the following

Auth variables being ignored

2010-06-23 Thread Jeremy Burns
I have a site built on 1.3.2 with the following app_controller.php file: class AppController extends Controller { var $components = array('Auth', 'Session'); var $helpers = array('Html', 'Form', 'Session', 'Text'); function beforeF