fix edx course url

This commit is contained in:
anhefti 2019-09-16 10:16:36 +02:00
parent 97183f490d
commit 7eac2acb26

View file

@ -266,7 +266,7 @@ final class OpenEdxLmsAPITemplate implements LmsAPITemplate {
((port >= 0)
? Constants.URL_PORT_SEPARATOR + port
: StringUtils.EMPTY)
+ Constants.URL_PATH_SEPARATOR;
+ OPEN_EDX_DEFAULT_COURSE_START_URL_PREFIX;
if (log.isDebugEnabled()) {
log.debug("Use external address for course access: {}", _externalStartURI);