Skip to content

Commit

Permalink
Merge pull request ILIAS-eLearning#2652 from iszmais/hotfix/certifica…
Browse files Browse the repository at this point in the history
…te-class-case6

Hotfix/certificate class case
  • Loading branch information
mjansenDatabay authored Apr 14, 2020
2 parents d8b7860 + 0ce64b6 commit 1ebf7a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup/sql/6_0_hotfixes.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,12 @@
include_once('./Services/Migration/DBUpdate_3560/classes/class.ilDBUpdateNewObjectType.php');
ilDBUpdateNewObjectType::addAdminNode('lsos', 'LearningSequenceAdmin');
?>
<#17>
<?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 1ebf7a6

Please sign in to comment.