use in_array to filter groups instead of preg_grep for acl
the usage of preg_grep can result in "regular expression is too large" warnings, which leads to errors in auth_aclcheck.
Loading
Please register or sign in to comment
the usage of preg_grep can result in "regular expression is too large" warnings, which leads to errors in auth_aclcheck.