Skip to content

Commit

Permalink
Fix org unit update step 5251 (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxfw authored May 12, 2021
1 parent 13d1305 commit 620b106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/sql/dbupdate_04.php
Original file line number Diff line number Diff line change
Expand Up @@ -21122,6 +21122,10 @@ function writeCtrlClassEntry(ilPluginSlot $slot, array $plugin_data)
?>
<#5251>
<?php
global $DIC;
if (!$DIC->offsetExists("ilAppEventHandler")) {
$DIC->offsetSet("ilAppEventHandler", new ilAppEventHandler());
}
$set = $ilDB->query("
SELECT obj_id, title, description, role_id, usr_id FROM object_data
INNER JOIN role_data role ON role.role_id = object_data.obj_id
Expand Down

0 comments on commit 620b106

Please sign in to comment.