Use correct variable name
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…
Reference in New Issue