Skip to content

Commit

Permalink
"MDL-23382 added confirm button, credits to Stefan"
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng Cai committed Aug 25, 2010
1 parent d846488 commit 4f51f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/alfresco/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public function instance_config_form($mform) {
$mform->addElement('text', 'alfresco_url', get_string('alfresco_url', 'repository_alfresco'), array('size' => '40'));
$mform->addElement('static', 'alfreco_url_intro', '', get_string('alfrescourltext', 'repository_alfresco'));
$mform->addRule('alfresco_url', get_string('required'), 'required', null, 'client');
return false;
return true;
}

/**
Expand Down

0 comments on commit 4f51f6f

Please sign in to comment.