|
|
@@ -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();
|