elearningsoftware / moodle-mod_journal

The Moodle journal module for moodle 2.0+
https://moodle.org/plugins/view.php?plugin=mod_journal
16 stars 34 forks source link

Entry count fails when teacher is in a group #73

Closed noisyjerm closed 2 years ago

noisyjerm commented 2 years ago

On index.php when accessing as a teacher / entries manager, If a teacher is in a group then entry count is always shown as 0. journal_count_entries() expects groupid to be an integer when in fact an array is passed.