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.
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
Comment #1
jvandervort commentedGood catch, thanks. Committed to dev.