Skip to content

Commit

Permalink
Merge branch 'MDL-42241-master' of git://github.com/ankitagarwal/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Oct 14, 2013
2 parents 6350e5d + 96e9916 commit 3745472
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 3745472

Please sign in to comment.