]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8474 stats upgrade now uses editing teachers only; merged from MOODLE_19_STABLE
authorskodak <skodak>
Sun, 20 Apr 2008 19:55:15 +0000 (19:55 +0000)
committerskodak <skodak>
Sun, 20 Apr 2008 19:55:15 +0000 (19:55 +0000)
lib/statslib.php

index 1b10e5c05c70277cccf43bdbcb91f1f85a74f43b..36667a2ad63066ca578b65c80d92cebbda0cf5af 100644 (file)
@@ -1560,7 +1560,7 @@ function stats_upgrade_table_for_roles ($period) {
     }
 
     if (!$teacher_role_id) {
-        $role            = get_roles_with_capability('moodle/legacy:teacher', CAP_ALLOW);
+        $role            = get_roles_with_capability('moodle/legacy:editingteacher', CAP_ALLOW);
         $role            = array_keys($role);
         $teacher_role_id = $role[0];
         $role            = get_roles_with_capability('moodle/legacy:student', CAP_ALLOW);