Skip to content

Commit

Permalink
Merge pull request #135 from ucfcdl/hotfix_oauth2_xml
Browse files Browse the repository at this point in the history
Fixed bug with oauth2 process.  Changed link to udoit icon in xml.
  • Loading branch information
bagofarms committed Apr 22, 2016
2 parents 11c73f5 + 232f553 commit 75903f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@
//If there is no user in the DB, send them to the Oauth2 process
$redirect = true;
}
//Otherwise, redirect to the Oauth2 process
$redirect = true;
}

// if the redirect key was invalid or we didn't have a redirect key, start the oauth2 process
Expand Down
2 changes: 1 addition & 1 deletion public/udoit.xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
http://www.imsglobal.org/xsd/imslticp_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">
<blti:title>UDOIT</blti:title>
<blti:description>This tool allows you scan your courses and check for common accessibility issues.</blti:description>
<blti:icon><?= $servername ?>/assets/img/udoit_logo.png</blti:icon>
<blti:icon><?= $launch ?>assets/img/udoit_icon.png</blti:icon>
<blti:launch_url><?= $launch ?></blti:launch_url>
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="tool_id">udoit</lticm:property>
Expand Down

0 comments on commit 75903f9

Please sign in to comment.