소스 검색

Remove the round brackets.

markjcrane 10 년 전
부모
커밋
bac6b0dc7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/classes/destinations.php

+ 1 - 1
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");