From 162da8f6d85783a51cc6eec233a2f9dc58aa4dac Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 20 Jan 2017 10:37:55 -0500 Subject: [PATCH] fixing syntax error in class flight file --- class_flight.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class_flight.php b/class_flight.php index 917cfd2..e6243ef 100644 --- a/class_flight.php +++ b/class_flight.php @@ -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 ); } -- 2.17.1