I have a problem with my Security Plugin. Since 1 year in each project my security plugin works well and all role are affected. But in my lastest projects under phalcon 2.0.11 inside my getAclt action I have this :
if (!isset($this->persistent->acl)) {
And this is always empty so the security plugins doesn't affect role to controllers and actions.
My Plugin looks like the this Plugin
Do you know why $this->persistent->acl is always empty ?