Skip to content

Commit

Permalink
SAK-28145
Browse files Browse the repository at this point in the history
The commit that was late to the party.



git-svn-id: https://source.sakaiproject.org/svn/basiclti/trunk@315818 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
csev committed Dec 1, 2014
1 parent c64119e commit cc2a36a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ public static String[] postRegisterHTML(Long deployKey, Map<String,Object> tool,

String serverUrl = getOurServerUrl();
setProperty(ltiProps, LTI2Constants.TC_PROFILE_URL,serverUrl + LTI2_PATH + SVC_tc_profile + "/" + consumerkey);
setProperty(ltiProps, BasicLTIConstants.LAUNCH_PRESENTATION_RETURN_URL, serverUrl + "/portal/tool/"+placementId+"?panel=Activate&id="+deployKey);
setProperty(ltiProps, BasicLTIConstants.LAUNCH_PRESENTATION_RETURN_URL, serverUrl + "/portal/tool/"+placementId+"?panel=PostRegister&id="+deployKey);

int debug = getInt(tool.get(LTIService.LTI_DEBUG));
debug = 1;
Expand Down

0 comments on commit cc2a36a

Please sign in to comment.