fixed mis typo

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10192 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-02-24 09:25:10 +00:00
parent a24606ef9c
commit fcdd57bdac

View file

@ -273,7 +273,7 @@
// 'Select'type obtained from the option list.
if($val->options && !is_array($val->options))
{
$val->options = array($val->options)
$val->options = array($val->options);
}
for($i = 0, $c = count($val->options); $i < $c; $i++) {