mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
Revert behavior change in \UserRights::FindUser v2
Was made in2ab0fab0by mistake, committed incorrectly in2e426d37(wooops)
This commit is contained in:
@@ -1859,8 +1859,8 @@ class UserRights
|
||||
{
|
||||
self::$m_aCacheUsers = array('internal' => array(), 'external' => array());
|
||||
}
|
||||
|
||||
if (!isset($sLogin, self::$m_aCacheUsers[$sAuthentication]))
|
||||
|
||||
if (!isset(self::$m_aCacheUsers[$sAuthentication][$sLogin]))
|
||||
{
|
||||
switch($sAuthentication)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user