We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b0baf commit 18d1495Copy full SHA for 18d1495
tools/api-testing-service/index.php
@@ -139,8 +139,8 @@ function getWaresInfos($WareType,$Username)
139
$JSONContent .= " \"issues-counts\": {\n";
140
$JSONContent .= " \"bugs\": {$WareInfos["issues-counts"]["bugs"]},\n";
141
$JSONContent .= " \"features\": {$WareInfos["issues-counts"]["features"]},\n";
142
- $JSONContent .= " \"reviewss\": {$WareInfos["issues-counts"]["reviews"]}\n";
143
- $JSONContent .= " },\n";
+ $JSONContent .= " \"reviews\": {$WareInfos["issues-counts"]["reviews"]}\n";
+ $JSONContent .= " },\n";
144
145
$UserList = implode("\",\"",$WareInfos["users-ro"]);
146
if ($UserList != "")
0 commit comments