Skip to content
Snippets Groups Projects
Commit 03cf30b6 authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction script migration privilege archivage

parent 53de4e30
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ class MigrationPrivilegesArchivage extends AbstractMigration
private function havePrivilege($statut, $privilegeCode)
private function hasPrivilege($statut, $privilegeCode)
{
foreach ($statut['PRIVILEGES'] as $privilege) {
if ($privilege['CODE_PRIVILEGE'] == $privilegeCode) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment