Skip to content

Commit

Permalink
Merge pull request #903 from ucfopen/issue/896-does-not-remove-sugges…
Browse files Browse the repository at this point in the history
…tion

Remove "Fixed HTML was not replaced in LMS." message
  • Loading branch information
dmols authored Jul 10, 2023
2 parents 9c4eeba + 49e9cfc commit 0023221
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Services/LmsPostService.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ public function saveContentToLms(Issue $issue, User $user)

$replaceSuccess = $this->replaceContent($issue, $contentItem);
if (!$replaceSuccess) {
$this->util->createMessage(
'Fixed HTML was not replaced in LMS. Please contact an administrator.',
'error',
$contentItem->getCourse()
);
return;
}

Expand Down

0 comments on commit 0023221

Please sign in to comment.