@@ -112,7 +112,7 @@ |
||
| 112 | 112 | } else { |
| 113 | 113 | return $value; |
| 114 | 114 | } |
| 115 | - } elseif (is_array($value)) { |
|
| 115 | + } elseif (is_array($value)) { |
|
| 116 | 116 | // Supports MVA attributes |
| 117 | 117 | return '('.implode(',', $this->quoteArr($value)).')'; |
| 118 | 118 | } |