Skip to content

Commit

Permalink
Feedback.php ilias 6 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-w committed Feb 9, 2021
1 parent 58e6f1f commit 85e5075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/Feedback/Feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ public function getFeedback()
public function getFeedbackType()
{
if ($this->correct) {
return ilTemplate::MESSAGE_TYPE_SUCCESS;
return ilGlobalTemplate::MESSAGE_TYPE_SUCCESS;
}
else {
return ilTemplate::MESSAGE_TYPE_FAILURE;
return ilGlobalTemplate::MESSAGE_TYPE_FAILURE;
}
}

Expand Down

0 comments on commit 85e5075

Please sign in to comment.