andre 3 лет назад
Родитель
Сommit
f25f1571de
1 измененных файлов с 1 добавлено и 1 удалено
  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 {