fixing syntax error in class flight file
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Jan 2017 15:37:55 +0000 (10:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Jan 2017 15:37:55 +0000 (10:37 -0500)
class_flight.php

index 917cfd2..e6243ef 100644 (file)
@@ -75,7 +75,7 @@ include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' );
                                        'city'=>$data[0]['city'],
                                        'state'=>$data[0]['state'],
                                        'name'=>$data[0]['name']
-                               );o
+                               );
                        }
                        return( $return );
                }