tests
[m6w6/pq-gateway] / lib / pq / Gateway / Cell.php
index f29fd1f5499cdf4f0ed2042378683d2d3eed880a..b284b75a7d98b7205f70bf3c54f1fc3487e7cf76 100644 (file)
@@ -88,7 +88,7 @@ class Cell
                        $this->data->add(new Expr("+ $data"));
                } else {
                        $data = $this->row->getTable()->getConnection()->quote($data);
-                       $this->data->add(new Expr("%s %s"), isset($op) ? $op : "||", $data);
+                       $this->data->add(new Expr("%s %s", isset($op) ? $op : "||", $data));
                }
                
                $this->dirty = true;