MDL-12628 acces typo fixed; merged from MOODLE_19_STABLE

This commit is contained in:
skodak
2007-12-18 12:00:32 +00:00
parent 5cce2e7512
commit 6477f991e6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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