Can't access current user access level

By goodonyx - August 5, 2013

The following code was working to determine a user's access level when they logged into my website.

@$CURRENT_USER['accessList']['all']['accessLevel']

I've recently upgraded to CMS Builder v2.53 and Membership plugin v1.10 and the code above is not returning any access level for the admin. I'm not sure if something changed or I need to access this property in a different way.

thanks,

Tim

By goodonyx - August 8, 2013

Works great. Thank you!