The one session work only in english languge. I changed the code in the line 634
from: $return = $return && $values[$role];
to: $return = $return && $values[t($role)];

and it's work.

Comments

jvandervort’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Status: Active » Fixed

Good catch, thanks. Committed to dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.