|
|
| Participants: |
Sam Hemelryk
|
| Security Level: |
None
|
| Difficulty: |
Easy
|
| Resolved date: |
08/Sep/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
Currently load_for_user is looking for the course id as a parameter when loading setting for the user context.
Really it should first be looking to see if $PAGE->course has been set first, and then failing over to the HTTP params.
|
|
Description
|
Currently load_for_user is looking for the course id as a parameter when loading setting for the user context.
Really it should first be looking to see if $PAGE->course has been set first, and then failing over to the HTTP params.
|
Show » |
|