mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
Fixed bug when creating a login (flush privileges = reset the data cache)
SVN:trunk[175]
This commit is contained in:
@@ -73,6 +73,10 @@ class UserRightsNull extends UserRightsAddOnAPI
|
||||
{
|
||||
return UR_ALLOWED_YES;
|
||||
}
|
||||
|
||||
public static function FlushPrivileges()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
UserRights::SelectModule('UserRightsNull');
|
||||
|
||||
Reference in New Issue
Block a user