@@ -129,8 +129,8 @@ |
||
129 | 129 | // If the user has already added a button in this row |
130 | 130 | if ($this->column != 0) { |
131 | 131 | |
132 | - // Change row |
|
133 | - $this->changeRow(); |
|
132 | + // Change row |
|
133 | + $this->changeRow(); |
|
134 | 134 | |
135 | 135 | } |
136 | 136 |
@@ -462,7 +462,7 @@ |
||
462 | 462 | |
463 | 463 | // Exec getUpdates |
464 | 464 | $this->exec_curl_request('getUpdates?' . http_build_query($parameters) |
465 | - . '&allowed_updates=' . $updates_string); |
|
465 | + . '&allowed_updates=' . $updates_string); |
|
466 | 466 | |
467 | 467 | } |
468 | 468 |