MDL-12628 acces typo fixed; merged from MOODLE_19_STABLE
This commit is contained in:
@@ -55,7 +55,7 @@ if (has_capability('moodle/grade:viewall', $context)) {
|
||||
// ok - can view grades of this user- parent most probably
|
||||
|
||||
} else {
|
||||
$acces = false;
|
||||
$access = false;
|
||||
}
|
||||
|
||||
/// return tracking object
|
||||
|
||||
@@ -55,7 +55,7 @@ if (has_capability('moodle/grade:viewall', $context)) {
|
||||
// ok - can view grades of this user- parent most probably
|
||||
|
||||
} else {
|
||||
$acces = false;
|
||||
$access = false;
|
||||
}
|
||||
|
||||
/// return tracking object
|
||||
|
||||
Reference in New Issue
Block a user