State select method was not passing the correct arguments.

This commit is contained in:
Josh Sherman 2011-05-08 17:55:08 -04:00
parent fb8a1f5894
commit 7933bac647

View file

@ -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);
}
/**