Parcourir la source

Fix: actions were all recorded with 'user' on behalf of 'user' as if the user was impersonated...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@664 a333f486-631f-4898-b8df-5754b55c2be0
dflaven il y a 15 ans
Parent
commit
b54b070661
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      core/userrights.class.inc.php

+ 0 - 1
core/userrights.class.inc.php

@@ -274,7 +274,6 @@ class UserRights
 			return false;
 		}
 		self::$m_oUser = $oUser;
-		self::$m_oRealUser = $oUser;
 		Dict::SetUserLanguage(self::GetUserLanguage());
 		return true;
 	}