Explorar o código

fix url building

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