Fix var name
parent
2d4e1e0dce
commit
e770cb4dcf
|
@ -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…
Reference in New Issue