Uncomment submit removeElement - refs BT#8538

1.10.x
Imanol Losada 11 years ago
parent 32272842fc
commit 9c9bca23f0
  1. 2
      custompages/registration-dist.php

@ -23,7 +23,7 @@ $content['form']->removeElement('extra_mail_notify_message');
$content['form']->removeElement('extra_mail_notify_group_message');
$content['form']->removeElement('official_code');
$content['form']->removeElement('phone');
//$content['form']->removeElement('submit');
$content['form']->removeElement('submit');
if (isset($content['form']->_elementIndex['status'])) {
$content['form']->removeElement('status');
$content['form']->removeElement('status');

Loading…
Cancel
Save