Skip to content

Commit 75903f9

Browse files
committed
Merge pull request #135 from ucfcdl/hotfix_oauth2_xml
Fixed bug with oauth2 process. Changed link to udoit icon in xml.
2 parents 11c73f5 + 232f553 commit 75903f9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

public/index.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@
145145
//If there is no user in the DB, send them to the Oauth2 process
146146
$redirect = true;
147147
}
148-
//Otherwise, redirect to the Oauth2 process
149-
$redirect = true;
150148
}
151149

152150
// if the redirect key was invalid or we didn't have a redirect key, start the oauth2 process

public/udoit.xml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
http://www.imsglobal.org/xsd/imslticp_v1p0 http://www.imsglobal.org/xsd/lti/ltiv1p0/imslticp_v1p0.xsd">
3838
<blti:title>UDOIT</blti:title>
3939
<blti:description>This tool allows you scan your courses and check for common accessibility issues.</blti:description>
40-
<blti:icon><?= $servername ?>/assets/img/udoit_logo.png</blti:icon>
40+
<blti:icon><?= $launch ?>assets/img/udoit_icon.png</blti:icon>
4141
<blti:launch_url><?= $launch ?></blti:launch_url>
4242
<blti:extensions platform="canvas.instructure.com">
4343
<lticm:property name="tool_id">udoit</lticm:property>

0 commit comments

Comments
 (0)