Fix var name

main
Jordi Boggiano 4 years ago
parent 2d4e1e0dce
commit e770cb4dcf
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -274,7 +274,7 @@ class Transaction
}); });
// is this a plugin with no meaningful dependencies? // is this a plugin with no meaningful dependencies?
if ($isPlugin && !count($requires)) { if ($isDownloadsModifyingPlugin && !count($requires)) {
// plugins with no dependencies go to the very front // plugins with no dependencies go to the very front
array_unshift($dlModyingPluginsNoDeps, $op); array_unshift($dlModyingPluginsNoDeps, $op);
} else { } else {

Loading…
Cancel
Save