Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Jun 22, 2013
2 parents a33d588 + 5580fa2 commit 72d6c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/Orchestra/Extension/Console/ExtensionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function fire()
switch ($action = $this->argument('action'))
{
case 'install' :
# passthru;
case 'upgrade' :
$this->fireMigration();
$this->info('orchestra/extension has been migrated');
Expand Down Expand Up @@ -151,8 +152,6 @@ protected function getArguments()
*/
protected function getOptions()
{
return array(
// array('mode', null, InputOption::VALUE_OPTIONAL, 'Extension Mode.', 'normal'),
);
return array();
}
}
1 change: 0 additions & 1 deletion src/Orchestra/Extension/Publisher/AssetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public function foundation()
catch (Exception $e)
{
throw new FilePermissionException("Unable to publish [{$path}].");
return false;
}
}
}

0 comments on commit 72d6c27

Please sign in to comment.