From: skodak Date: Sat, 2 Dec 2006 11:38:08 +0000 (+0000) Subject: name of submit button changed to submitbutton X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e4e29623f92f2fe0c12b3f9a8ea95a443605a54c;p=moodle.git name of submit button changed to submitbutton --- diff --git a/login/signup_form.php b/login/signup_form.php index e8f2c4afee..0d6cc97114 100644 --- a/login/signup_form.php +++ b/login/signup_form.php @@ -49,9 +49,9 @@ class login_signup_form extends moodleform { $mform->addRule('country', get_string('missingcountry'), 'required', null, 'client'); $mform->setDefault('country', ''); - $mform->addElement('submit', 'submit', get_string('createaccount')); + $mform->addElement('submit', 'submitbutton', get_string('createaccount')); - $renderer->addStopFieldsetElements('submit'); + $renderer->addStopFieldsetElements('submitbutton'); } function definition_after_data(){