@@ -168,7 +168,7 @@ |
||
| 168 | 168 | } elseif (isset($data['chat']['id'])) { |
| 169 | 169 | $uid = $data['chat']['id']; |
| 170 | 170 | } else { |
| 171 | - $uid = 0; // if that fails too assign id = 0 |
|
| 171 | + $uid = 0; // if that fails too assign id = 0 |
|
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | try { |