Fixed bug impacting only unit testing procedures

SVN:trunk[208]
This commit is contained in:
Romain Quetiez
2009-12-26 13:39:16 +00:00
parent 18f209a2f7
commit 002c1bf869

View File

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