-
Bug
-
Resolution: Fixed
-
Minor
-
1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.7, 1.7.1
-
None
-
MOODLE_16_STABLE, MOODLE_17_STABLE
-
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
Critical bug found in locallib.php line 242
WQ in evaluation page don' t see if the user is a teacher
so the user is considered as student.
where is:
if (isteacher($webquest->id){
must say
if (isteacher($cm->course){
This files his file is corrected and the bug is resolved....
Task:
commit this to CVS:
branch 1.6
branch 1.7
branch 1.8
head