Browse 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 15 years ago
parent
commit
b54b070661
1 changed files with 0 additions and 1 deletions
  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;
 	}