Fixed bug when creating a login (flush privileges = reset the data cache)

SVN:trunk[175]
This commit is contained in:
Romain Quetiez
2009-09-17 12:50:33 +00:00
parent 15a3301fa5
commit a6c5218dc6
4 changed files with 26 additions and 1 deletions

View File

@@ -73,6 +73,10 @@ class UserRightsNull extends UserRightsAddOnAPI
{
return UR_ALLOWED_YES;
}
public static function FlushPrivileges()
{
}
}
UserRights::SelectModule('UserRightsNull');