소스 검색

fix url building

andre 3 년 전
부모
커밋
281c420d52
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/test.php

+ 1 - 1
api/test.php

@@ -116,7 +116,7 @@ if($action == 'gap')
 	if($r['status'] == 'Error') {
         echo 'Error : could not fetch information of packages :-(' . PHP_EOL;
 	} else {
-		echo 'OK : got the infos of ' . count($r['msj']) . 'packages :-)' . PHP_EOL;
+		echo 'OK : got the infos of ' . count($r['msj']) . ' packages :-)' . PHP_EOL;
     }
 	print_r($r);
 }