Fix boolean check fail from a8ec134c2c
parent
abc34cc62a
commit
a931faaa34
|
@ -224,7 +224,7 @@ class Installer
|
|||
$this->installationManager->notifyInstalls();
|
||||
|
||||
// output suggestions if we're in dev mode
|
||||
if (!$this->devMode) {
|
||||
if ($this->devMode) {
|
||||
foreach ($this->suggestedPackages as $suggestion) {
|
||||
$target = $suggestion['target'];
|
||||
foreach ($installedRepo->getPackages() as $package) {
|
||||
|
|
Loading…
Reference in New Issue