mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
fixed mis typo
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ecf2f74c41
commit
a24606ef9c
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue