mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
MDL-78916 mod_lti: deprecate and remove unused strings and files
These strings and files supported the old way of creating course-level tools, which has now been fully replaced.
This commit is contained in:
parent
f41a0dcacf
commit
4464e46336
7 changed files with 33 additions and 832 deletions
|
@ -82,8 +82,7 @@ if (!empty($errormsg)) {
|
|||
$links = new stdClass();
|
||||
|
||||
if (has_capability('mod/lti:addcoursetool', $contextcourse)) {
|
||||
$coursetooleditor = new moodle_url('/mod/lti/instructor_edit_tool_type.php',
|
||||
array('course' => $courseid, 'action' => 'add', 'sesskey' => sesskey()));
|
||||
$coursetooleditor = new moodle_url('mod/lti/coursetools.php', ['id' => $courseid]);
|
||||
$links->course_tool_editor = $coursetooleditor->out(false);
|
||||
|
||||
echo get_string('lti_launch_error_unsigned_help', 'lti', $links);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue