flight follow if one is selected in map; don't draw full map

This commit is contained in:
Nabeel Shahzad
2017-12-28 16:00:43 -06:00
parent 8e2ef409f9
commit e2ab6445d2
3 changed files with 26 additions and 9 deletions

View File

@@ -112,7 +112,7 @@ class AcarsReplay extends Command
*/
protected function postUpdate($pirep_id, $data)
{
$uri = '/api/pirep/' . $pirep_id . '/acars';
$uri = '/api/pireps/' . $pirep_id . '/acars';
$upd = [
'log' => '',