1
0
Fork 0

Use correct variable name

pull/9010/head
Jonas Drieghe 2020-06-23 19:50:27 +02:00
parent 73a721c7e5
commit d5d956df4d
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ EOT
}
// Sort licenses so that the most used license will appear first
arsort($dependencies, SORT_NUMERIC);
arsort($usedLicenses, SORT_NUMERIC);
$rows = array();
foreach ($usedLicenses as $usedLicense => $numberOfDependencies) {