Skip to content

Commit

Permalink
Merge pull request #29 from retkal/patch_28
Browse files Browse the repository at this point in the history
resolve issue #28
  • Loading branch information
egulias committed Feb 22, 2015
2 parents 8595834 + 2bc10fe commit fc9da7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Listener/ListenerFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function fetchListeners($showPrivate = false)
$listenersList[] = array(
$serviceId,
$listener['event'],
$listener['method'],
(isset($listener['method'])) ? $listener['method'] : null,
(isset($listener['priority'])) ? $listener['priority'] : 0,
'listener',
$definition->getClass()
Expand Down

0 comments on commit fc9da7b

Please sign in to comment.