Skip to content

Commit 9c66c27

Browse files
committed
Fix undefined variable use
1 parent c790961 commit 9c66c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Roundcube/Composer/RoundcubeInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function activate(Composer $composer, IOInterface $io)
2222

2323
public function deactivate(Composer $composer, IOInterface $io)
2424
{
25-
foreach ($installers as $installer) {
25+
foreach ($this->installers as $installer) {
2626
$composer->getInstallationManager()->removeInstaller($installer);
2727
}
2828
}

0 commit comments

Comments
 (0)