mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 14:15:11 +02:00
Fixed bug avoiding teachers create new scales...
NEED BUG 1425 SOLVED!! (http://moodle.org/bugs/bug.php?op=show&bugid=1425)
This commit is contained in:
parent
4b4d25fa36
commit
b66dcd725d
@ -135,7 +135,7 @@
|
||||
}
|
||||
} else {
|
||||
$scale->id = 0;
|
||||
$scale->courseid = 0;
|
||||
$scale->courseid = $course->id;
|
||||
$scale->name = "";
|
||||
$scale->scale = "";
|
||||
$scale->description = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user