Skip to content

Commit

Permalink
fix classname changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingmar Szmais committed Apr 14, 2020
1 parent 704c84e commit e71c5e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup/sql/6_0_hotfixes.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,13 @@
')';
$ilDB->manipulate($query);
}
?>
?>
<#10>
<?php
$ilDB->manipulate(
"UPDATE il_cert_cron_queue SET adapter_class = " . $ilDB->quote('ilTestPlaceHolderValues', 'text') . " WHERE adapter_class = " . $ilDB->quote('ilTestPlaceholderValues', 'text')
);
$ilDB->manipulate(
"UPDATE il_cert_cron_queue SET adapter_class = " . $ilDB->quote('ilExercisePlaceHolderValues', 'text') . " WHERE adapter_class = " . $ilDB->quote('ilExercisePlaceholderValues', 'text')
);
?>

0 comments on commit e71c5e9

Please sign in to comment.