Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
b54b070661
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;
 	}