Skip to content

Commit

Permalink
fixed teacher global report bug when you doesn't have students
Browse files Browse the repository at this point in the history
  • Loading branch information
jloguercio committed Oct 1, 2015
1 parent c06892c commit 9ced82d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/mySpace/index.php
Expand Up @@ -203,6 +203,7 @@
$countHumanResourcesUsers = 0;
$daysAgo = 7;
$studentIds = array();
$avg_courses_per_student = null;
if (!empty($students)) {
// Students
$nb_students = count($students);
Expand Down

0 comments on commit 9ced82d

Please sign in to comment.