Skip to content

Commit e4f9239

Browse files
committed
Course settings: Remove e=1 from direct course access link to be consistent with the explanation text
1 parent db1a302 commit e4f9239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/course_info/infocours.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ function is_settings_editable()
287287
);
288288
}
289289

290-
$url = api_get_path(WEB_CODE_PATH)."auth/inscription.php?c=$course_code&e=1";
290+
$url = api_get_path(WEB_CODE_PATH)."auth/inscription.php?c=$course_code&";
291291
$url = Display::url($url, $url);
292292
$label = $form->addLabel(get_lang('DirectLink'), sprintf(get_lang('CourseSettingsRegisterDirectLink'), $url), true);
293293

0 commit comments

Comments
 (0)