State select method was not passing the correct arguments.
This commit is contained in:
parent
fb8a1f5894
commit
7933bac647
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class Form extends Object
|
|||
'AP' => 'Armed Forces Pacific'
|
||||
);
|
||||
|
||||
return $this->select($name, $options, $selected, $additional);
|
||||
return $this->select($name, $options, $selected, $classes, $additional);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue