Selaa lähdekoodia

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 15 vuotta sitten
vanhempi
commit
de515ebd9e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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()
 	{
 	}
 }