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

@@ -425,6 +425,10 @@ class UserRightsMatrix extends UserRightsAddOnAPI
}
return $iRetCode;
}
public function FlushPrivileges()
{
}
}
UserRights::SelectModule('UserRightsMatrix');