From 6e2fe039b371d96b58d4937f6582ec69acd7db9b Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 27 Aug 2015 21:28:15 +0930 Subject: [PATCH] Fix typo causing bundled extensions to not be enabled --- framework/core/src/Install/Console/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Install/Console/InstallCommand.php b/framework/core/src/Install/Console/InstallCommand.php index e566b32f4..2a500c06a 100644 --- a/framework/core/src/Install/Console/InstallCommand.php +++ b/framework/core/src/Install/Console/InstallCommand.php @@ -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;