Use correct variable name

main
Jonas Drieghe 4 years ago
parent 73a721c7e5
commit d5d956df4d

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

Loading…
Cancel
Save