Skip to content

Commit

Permalink
Merge branch 'MDL-39012_master' of git://github.com/dmonllao/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Apr 9, 2013
2 parents 275c2c9 + 0875eee commit 26b7bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/tool/behat/steps_definitions_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function definition() {
);

$mform->addElement('text', 'filter', get_string('stepsdefinitionscontains', 'tool_behat'));
$mform->setType('filter', PARAM_NOTAGS);

$mform->addElement('submit', 'submit', get_string('viewsteps', 'tool_behat'));
}
Expand Down

0 comments on commit 26b7bea

Please sign in to comment.