@@ -50,7 +50,7 @@ |
||
| 50 | 50 | { |
| 51 | 51 | foreach ($conditions as $key => $value) { |
| 52 | 52 | unset($conditions[$key]); |
| 53 | - $conditions[':' . $key] = $value; |
|
| 53 | + $conditions[':'.$key] = $value; |
|
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | $this->statement->execute($conditions); |