Explorar o código

Fixed bug impacting only unit testing procedures

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@208 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=15) %!d(string=hai) anos
pai
achega
de515ebd9e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      addons/userrights/userrightsnull.class.inc.php

+ 1 - 1
addons/userrights/userrightsnull.class.inc.php

@@ -74,7 +74,7 @@ class UserRightsNull extends UserRightsAddOnAPI
 		return UR_ALLOWED_YES;
 	}
 
-	public static function FlushPrivileges()
+	public function FlushPrivileges()
 	{
 	}
 }