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

Commit

Permalink
Merge remote-tracking branch 'prolic/getclass-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDotPro committed May 27, 2012
3 parents d696070 + a72d069 + eb0f4b3 commit a002c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModuleManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function setEvent(ModuleEvent $event)
*/
public function setEventManager(EventManagerInterface $events)
{
$events->setIdentifiers(array(__CLASS__, get_class($this)));
$events->setIdentifiers(array(__CLASS__, get_called_class()));
$this->events = $events;
return $this;
}
Expand Down

0 comments on commit a002c09

Please sign in to comment.