Skip to content

Commit

Permalink
RBAC: Fix Digibook Still Has RBAC Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Sep 4, 2023
1 parent 40ef81b commit f623437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/sql/7_hotfixes.php
Original file line number Diff line number Diff line change
Expand Up @@ -1787,4 +1787,8 @@ function migrateData($field_id, $data) : array
");
}
?>
<#105>
<?php
$ilDB->manipulate("DELETE FROM rbac_operations WHERE operation='create_dbk'");
?>

0 comments on commit f623437

Please sign in to comment.