소스 검색

add functions

andre 3 년 전
부모
커밋
c121dff971
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

@@ -42,7 +42,7 @@ function cwp7_ConfigOptions() {
         ->select('hostname', 'accesshash')
         ->where('id', $serverIDs)
         ->where('active', '=', 1)
-		->get()
+		->first()
 		->toArray();