cakephp isAuthorized() not being called
- by Jack B Nimble
I am trying to use the isAuthorized() method to do a check for an admin flag, but the function never seems to be called. Even when I set the function to always return false, it allows any user. It just seems like it isn't being called.
Do I need to do something more than setting $this-Auth-authorize = 'controller' ?
from /app/app_controller.php
…