@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | $db->createCommand() |
127 | 127 | ->update($this->tableName, $values, $where) |
128 | 128 | ->execute(); |
129 | - } else { |
|
129 | + } else { |
|
130 | 130 | $values = array_merge($values, $where); |
131 | 131 | |
132 | 132 | $db->createCommand() |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | public function save($names) |
175 | 175 | { |
176 | 176 | foreach ($names as $key => $value) { |
177 | - $this->set($key, $value) ; |
|
177 | + $this->set($key, $value); |
|
178 | 178 | } |
179 | 179 | } |
180 | 180 |