andre %!s(int64=3) %!d(string=hai) anos
pai
achega
f25f1571de
Modificáronse 1 ficheiros con 1 adicións e 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 {