We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are missing fetch funcAccess, funcList[accessKey]; after those lines:
fetch funcAccess, funcList[accessKey];
https://github.com/phalcon/cphalcon/blob/master/phalcon/acl/adapter/memory.zep#L595 https://github.com/phalcon/cphalcon/blob/master/phalcon/acl/adapter/memory.zep#L625
Will fix this as soon as i can.
The text was updated successfully, but these errors were encountered:
Fixes phalcon#12333
ca9be52
Merge pull request #12338 from Jurigag/3.0.x-memory-acl-12333
cda3929
Fixes #12333
Jurigag
No branches or pull requests
There are missing
fetch funcAccess, funcList[accessKey];
after those lines:https://github.com/phalcon/cphalcon/blob/master/phalcon/acl/adapter/memory.zep#L595
https://github.com/phalcon/cphalcon/blob/master/phalcon/acl/adapter/memory.zep#L625
Will fix this as soon as i can.
The text was updated successfully, but these errors were encountered: