@@ -90,9 +90,9 @@ |
||
| 90 | 90 | $message['call'] = $call; |
| 91 | 91 | |
| 92 | 92 | $res = $logger->post('td.'.$database.'.fuel_log',$message); |
| 93 | - if(!$res){ |
|
| 94 | - return false; |
|
| 95 | - } |
|
| 93 | + if(!$res){ |
|
| 94 | + return false; |
|
| 95 | + } |
|
| 96 | 96 | |
| 97 | 97 | return true; |
| 98 | 98 | } |