One session check

riskogab - October 27, 2009 - 10:49
Project:Automated Logout
Version:6.x-2.2
Component:Code
Category:bug report
Priority:critical
Assigned:riskogab
Status:active
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.

 
 

Drupal is a registered trademark of Dries Buytaert.