From cafd8ca788796dc64c2a378e68a1c4d803a53522 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 13 Apr 2016 12:04:49 -0400 Subject: [PATCH] fixing syntax error --- class_flight.php | 1 + 1 file changed, 1 insertion(+) diff --git a/class_flight.php b/class_flight.php index 1807065..7d7bd94 100644 --- a/class_flight.php +++ b/class_flight.php @@ -87,6 +87,7 @@ include_once($_SERVER['DOCUMENT_ROOT'].'/wp-config.php' ); */ function get_flight_data() { + global $wpdb; $this->get_arr_flight_data(); $this->get_dep_flight_data(); -- 2.17.1