Selaa lähdekoodia

fix url building

andre 3 vuotta sitten
vanhempi
commit
281c420d52
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
 }