@@ -47,6 +47,6 @@ |
||
| 47 | 47 | |
| 48 | 48 | if(!$db->query($query) || !$db->query($query2)) |
| 49 | 49 | { |
| 50 | - throw new Exception($db->error($mysqli)); |
|
| 50 | + throw new Exception($db->error($mysqli)); |
|
| 51 | 51 | } |
| 52 | 52 | |