mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
Fixed bug with displaying the gradebook when it is only set to show percent to students
as described here http://moodle.org/mod/forum/discuss.php?d=27521 thanks to Nikki Macfarlane for detailed info
This commit is contained in:
parent
25a055fdf7
commit
5817312070
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
|||
} // end switch
|
||||
} // end if isTeacher
|
||||
else {
|
||||
if ($preferences->show_weighted || $preferences->show_points || $preferences->show_points) {
|
||||
if ($preferences->show_weighted || $preferences->show_points || $preferences->show_percent) {
|
||||
|
||||
if ($preferences->use_advanced == 1) {
|
||||
if($action != 'vcats') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue