Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:ucfopen/UDOIT into dependabot/npm_an…
Browse files Browse the repository at this point in the history
…d_yarn/get-func-name-2.0.2
  • Loading branch information
dmols committed May 14, 2024
2 parents 89e2dfa + 87397e5 commit b5f695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lms/Canvas/CanvasLms.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public function postContentItem(ContentItem $contentItem)
return;
}

$fileResponse = $canvasApi->apiFilePost($url, $options, $filepath);
$fileResponse = $canvasApi->apiFilePost($url, $options, $filepath, $contentItem->getTitle());
$fileObj = $fileResponse->getContent();

if (isset($fileObj['id'])) {
Expand Down

0 comments on commit b5f695a

Please sign in to comment.