Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Ajust to rerun travis build
Browse files Browse the repository at this point in the history
The rpevius build failed for php 5.4 for unknown reason (internal
error?)
  • Loading branch information
Lansoweb committed Oct 7, 2012
1 parent f512348 commit 0688eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/EventManager/EventManager.php
Expand Up @@ -498,7 +498,7 @@ protected function getSharedListeners($event)
}

$identifiers = $this->getIdentifiers();
//Add wildcard id to the search if not already added
//Add wildcard id to the search, if not already added
if (!in_array('*', $identifiers)) {
$identifiers[] = '*';
}
Expand Down

0 comments on commit 0688eed

Please sign in to comment.