From 9110c877e7bab0c9f16d668c6d74d613652a2c53 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 5 Aug 2015 17:30:18 -0500 Subject: [PATCH] Remove the round brackets. --- resources/classes/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index bc031693fc..d5c19124a7 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -31,7 +31,7 @@ class destinations { public function get_array() { //set the global variables - global($db); + global $db; //get the array from the app_config.php files $config_list = glob($_SERVER["DOCUMENT_ROOT"] . PROJECT_PATH . "/*/*/app_config.php");