@@ -116,7 +116,7 @@ |
||
| 116 | 116 | } |
| 117 | 117 | if ($operand !== '' && !is_numeric($key)) { |
| 118 | 118 | $parts[] = $key.'='.$operand; |
| 119 | - }elseif($operand !== ''){ |
|
| 119 | + } elseif($operand !== ''){ |
|
| 120 | 120 | $other[] = $operand; |
| 121 | 121 | } |
| 122 | 122 | } |