You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once again sorry for the lack of response, but I've not received any messages from this repo.
I will have to do some testing on this, its been a "while" since writing this library and I remember doing a few mods for certain projects to improve sections.
While looking at the code I noticed some code in Ion_auth_acl.php that i don't really understand.
In the constructor of the Ion_auth_acl-class you're setting $this->user_id if no config is provided and i honestly don't understand why.
https://github.com/weblogics/Codeigniter-Ion-Auth-ACL/blob/master/libraries/Ion_auth_acl.php#L29-L35
I guess the "else" shouldn't be there and $this->user_id should always be set as it is used when $this->user_groups is filled.
The text was updated successfully, but these errors were encountered: