Skip to content

Commit

Permalink
settings are not used when creating a task
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Mar 20, 2014
1 parent 3a2dbec commit e912c9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Console/TaskRegistry.php
Expand Up @@ -75,10 +75,9 @@ protected function _throwMissingClassError($class, $plugin) {
*
* @param string $class The classname to create.
* @param string $alias The alias of the task.
* @param array $settings An array of settings to use for the task.
* @return Component The constructed task class.
*/
protected function _create($class, $alias, $settings) {
protected function _create($class, $alias) {
return new $class(
$this->_Shell->stdout,
$this->_Shell->stderr,
Expand Down

0 comments on commit e912c9c

Please sign in to comment.