Explorar o código

add functions

andre %!s(int64=3) %!d(string=hai) anos
pai
achega
e7dc44be88
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

@@ -22,7 +22,7 @@ function cwp7_ConfigOptions() {
         ->select('serverid')
         ->where('groupid', '=', $serverGroupID)
         ->get();
-    $serverIDArray = $serverIDObj->serverid();
+    $serverIDArray = $serverIDObj->serverid;
     $server = Capsule::table('tblservers')
         ->select('ipaddress', 'username', 'password')
         ->where('id', $serverIDArray)