andre 3 лет назад
Родитель
Сommit
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();