
| Key: |
MDL-17501
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
0
|
| Watchers: |
1
|
|
|
| Participants: |
Petr Skoda and Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
09/Dec/08
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
Need to:
Give that capability to teachers by default.
Add the capability check in the settings form.
|
|
Description
|
Need to:
Give that capability to teachers by default.
Add the capability check in the settings form. |
Show » |
|
I think it should verify that roles are already configured
if (!empty($CFG->rolesactive)) {
becasue it might fail when upgrading from 1.6.x, right?