Skip to content

Commit

Permalink
Fix form
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Oct 13, 2023
1 parent 7a0d2da commit b2e4228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rule/ftpsyncfiles/rule_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function rule_definition() {
$mform->addElement('text', 'param3', get_string('sftpport', 'datalynxrule_ftpsyncfiles'));
$mform->setType('param3', PARAM_INT);
$mform->addElement('text', 'param4', get_string('sftpusername', 'datalynxrule_ftpsyncfiles'));
$mform->setType('param4', PARAM_ALPHAEXT);
$mform->setType('param4', PARAM_TEXT);
$mform->addElement('text', 'param5', get_string('sftppassword', 'datalynxrule_ftpsyncfiles'));
$mform->setType('param5', PARAM_TEXT);
$mform->addElement('text', 'param6', get_string('sftppath', 'datalynxrule_ftpsyncfiles'));
Expand Down

0 comments on commit b2e4228

Please sign in to comment.