Fix typo causing bundled extensions to not be enabled

This commit is contained in:
Toby Zerner 2015-08-27 21:28:15 +09:30
parent 822b31468a
commit a289884f7c

View File

@ -248,7 +248,7 @@ class InstallCommand extends Command
$migrator = $extensions->getMigrator();
foreach ($extensions->getInfo() as $extension) {
$name = $extensions->name;
$name = $extension->name;
if ($name === 'pusher') {
continue;