andre hai 7 meses
pai
achega
f2e6382b29
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      siteBuilder.php

+ 1 - 2
siteBuilder.php

@@ -443,8 +443,7 @@ function siteBuilder_UsageUpdate($params) {
 	}
 	$stats = $response['response']['quota'];
 	$productsObj = Capsule::table('tblhosting')
-        ->select('id')
-		->select('username')
+        ->select('id','username')
         ->where('server', '=', $params['serverid'])
         ->where('domainstatus', '=', 'Active')
         ->get();