Skip to content

Commit

Permalink
ConfigListener __invoke() to return value from loadModule() method ($…
Browse files Browse the repository at this point in the history
…this)
  • Loading branch information
EvanDotPro committed Jan 19, 2012
1 parent 38440c0 commit e998619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Module/Listener/ConfigListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function __construct(ListenerOptions $options = null)
*/
public function __invoke(ModuleEvent $e)
{
$this->loadModule($e);
return $this->loadModule($e);
}

/**
Expand Down

0 comments on commit e998619

Please sign in to comment.