Skip to content

Commit

Permalink
MDL-42241 tool_uploadcourse: Fix incorrect urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal committed Oct 10, 2013
1 parent 835a006 commit 96e9916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/uploadcourse/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

if ($hassiteconfig) {
$ADMIN->add('courses', new admin_externalpage('tooluploadcourse',
get_string('uploadcourses', 'tool_uploadcourse'), "/admin/tool/uploadcourse/index.php"));
get_string('uploadcourses', 'tool_uploadcourse'), "$CFG->wwwroot/$CFG->admin/tool/uploadcourse/index.php"));
}

0 comments on commit 96e9916

Please sign in to comment.