Skip to content

Commit

Permalink
Merge branch 'MDL-42538_master' of git://github.com/dmonllao/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 28, 2013
2 parents 96d0198 + a068887 commit bdbca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/generator/classes/testplan_backend.php
Expand Up @@ -317,7 +317,7 @@ public static function has_selected_course_any_problem($course, $size) {

// Checks that the selected course has enough users.
$coursesizes = tool_generator_course_backend::get_users_per_size();
if (count($users) < $coursesizes[$size]) {
if (count($users) < self::$users[$size]) {
$errors['size'] = get_string('notenoughusers', 'tool_generator');
}

Expand Down

0 comments on commit bdbca09

Please sign in to comment.