1
0
Fork 0

Fix var name

pull/9339/head
Jordi Boggiano 2020-10-25 14:11:02 +01:00
parent 2d4e1e0dce
commit e770cb4dcf
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class Transaction
});
// 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
array_unshift($dlModyingPluginsNoDeps, $op);
} else {