Skip to content

Commit

Permalink
add groupings awareness to HotPot module
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Bateson committed Jan 12, 2010
1 parent ef1973c commit da92577
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mod/hotpot/mod_form.php
Expand Up @@ -256,7 +256,11 @@ function definition() {
// $mform->setAdvanced('forceplugins');

//----------------------------------------------
$this->standard_coursemodule_elements();
$features = new stdClass;
$features->groups = true;
$features->groupings = true;
$features->groupmembersonly = true;
$this->standard_coursemodule_elements($features);
//----------------------------------------------

$this->add_action_buttons();
Expand Down

0 comments on commit da92577

Please sign in to comment.