@@ -113,7 +113,7 @@ |
||
| 113 | 113 | { |
| 114 | 114 | $this->what = $what; |
| 115 | 115 | $this->where = $where; |
| 116 | - $this->method = self::SQL_STATEMENTS_UPDATE; |
|
| 116 | + $this->method = self::SQL_STATEMENTS_UPDATE; |
|
| 117 | 117 | return $this; |
| 118 | 118 | } |
| 119 | 119 | |