Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0abaf33
)
MDL-53451 competency: Hook for scale_used used undefined variable
author
Frederic Massart
<fred@moodle.com>
Wed, 20 Apr 2016 07:17:40 +0000
(15:17 +0800)
committer
Frederic Massart
<fred@moodle.com>
Wed, 20 Apr 2016 07:44:01 +0000
(15:44 +0800)
lib/grade/grade_scale.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/grade/grade_scale.php
b/lib/grade/grade_scale.php
index
190c344
..
cdc1402
100644
(file)
--- a/
lib/grade/grade_scale.php
+++ b/
lib/grade/grade_scale.php
@@
-290,7
+290,7
@@
class grade_scale extends grade_object {
}
// Ask the competency subsystem.
- if (\core_competency\api::is_scale_used_anywhere($
scale
id)) {
+ if (\core_competency\api::is_scale_used_anywhere($
this->
id)) {
return true;
}