> ...I think you may be right (from looking at dispatcher.php in the
> cake source code).
>
> However, that's got me wondering... how do any of those examples
> (including some in the bakery I seem to recall) that put ACL calls in
> beforeFilter ever work...?
add parent::beforeFilter(); above you beforeFilter code, eg:
function beforeFilter()
{
parent::beforeFilter();
//
}
does that sort it?
jb
--
jon bennett
w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---