Skip to content

Commit

Permalink
Fixed #1154
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed Apr 10, 2004
1 parent dcb6233 commit d21b8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/regWizard.php
Expand Up @@ -90,7 +90,7 @@ function buildForm()
$prevnext[] =& $this->createElement('submit', $this->getButtonName('next'), 'Finish');
$this->addGroup($prevnext, 'buttons', '', ' ', false);

$this->addRule('name', 'First and last names are required', 'required');
$this->addGroupRule('name', 'First and last names are required', 'required');
$this->addRule('company', 'Company is required', 'required');
$this->addRule('address1', 'Address is required', 'required');
$this->addRule('city', 'City is required', 'required');
Expand Down

0 comments on commit d21b8dd

Please sign in to comment.