Skip to content

Commit

Permalink
Fix undefined variable use
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Oct 24, 2021
1 parent c790961 commit 9c66c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Roundcube/Composer/RoundcubeInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function activate(Composer $composer, IOInterface $io)

public function deactivate(Composer $composer, IOInterface $io)
{
foreach ($installers as $installer) {
foreach ($this->installers as $installer) {
$composer->getInstallationManager()->removeInstaller($installer);
}
}
Expand Down

0 comments on commit 9c66c27

Please sign in to comment.