One session check
riskogab - October 27, 2009 - 10:49
| Project: | Automated Logout |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | riskogab |
| Status: | closed |
Jump to:
Description
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.

#1
Good catch, thanks. Committed to dev.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.