mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-22 00:32:16 +02:00
Revert behavior change in \UserRights::FindUser
Was made in 2ab0fab0 by mistake
This commit is contained in:
@@ -1860,7 +1860,7 @@ class UserRights
|
|||||||
self::$m_aCacheUsers = array('internal' => array(), 'external' => array());
|
self::$m_aCacheUsers = array('internal' => array(), 'external' => array());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!array_key_exists($sLogin, self::$m_aCacheUsers[$sAuthentication]))
|
if (!isset($sLogin, self::$m_aCacheUsers[$sAuthentication]))
|
||||||
{
|
{
|
||||||
switch($sAuthentication)
|
switch($sAuthentication)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user