Minor - Spacing - refs BT#9441

1.10.x
Yannick Warnier 11 years ago
parent 9b87b7f179
commit 3e7823208b
  1. 2
      main/inc/ajax/model.ajax.php

@ -187,7 +187,7 @@ switch ($action) {
if (empty($userIdList) || empty($courseCodeList)) {
exit;
}
} else if(api_is_student_boss()) {
} elseif (api_is_student_boss()) {
$users = UserManager::getUsersFollowedByStudentBoss($userId);
$userIdList = array_keys($users);

Loading…
Cancel
Save