Skip to content

Commit 18d1495

Browse files
author
Jean-Christophe Fabre
committed
Fix of JSON wares infos in testing service
1 parent 32b0baf commit 18d1495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/api-testing-service/index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ function getWaresInfos($WareType,$Username)
139139
$JSONContent .= " \"issues-counts\": {\n";
140140
$JSONContent .= " \"bugs\": {$WareInfos["issues-counts"]["bugs"]},\n";
141141
$JSONContent .= " \"features\": {$WareInfos["issues-counts"]["features"]},\n";
142-
$JSONContent .= " \"reviewss\": {$WareInfos["issues-counts"]["reviews"]}\n";
143-
$JSONContent .= " },\n";
142+
$JSONContent .= " \"reviews\": {$WareInfos["issues-counts"]["reviews"]}\n";
143+
$JSONContent .= " },\n";
144144

145145
$UserList = implode("\",\"",$WareInfos["users-ro"]);
146146
if ($UserList != "")

0 commit comments

Comments
 (0)