andre hace 3 años
padre
commit
f25f1571de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/test.php

+ 1 - 1
api/test.php

@@ -124,7 +124,7 @@ if($action == 'gap')
 // Get Quota Informations
 if($action == 'gqu')
 {
-	$r = $cwp7->getAccount($args['account_name']);
+	$r = $cwp7->getQuota($args['account_name']);
 	if(isset($r['error_msg'])) {
         echo 'Error : could not fetch quota information of '. $args['account_name'] . ' :-(' . PHP_EOL;
 	} else {