Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor issue: link to module on completion is bad #11

Open
mikeatcityuni opened this issue Apr 23, 2013 · 1 comment
Open

minor issue: link to module on completion is bad #11

mikeatcityuni opened this issue Apr 23, 2013 · 1 comment

Comments

@mikeatcityuni
Copy link

in the final page after processing the list of modules is displayed with a column for short name ... the link is badly formed:

course/view.php?id =n there is a space before the =

@piersharding
Copy link
Owner

Hi - I have tested this with latest moodle-tool_uploadcourse and Moodle master, and cannot recreate the problem. The code uses the core Moodle functions to create URLs - something like:
new moodle_url('/course/view.php', array('id' => $course->id)

So it could well be a regression there. If you supply me with an example test file, then I can try that out.

Cheers,
Piers Harding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants