diff --git a/lib/action.php b/lib/action.php index c8f77f79bd..31288a5e7b 100644 --- a/lib/action.php +++ b/lib/action.php @@ -518,7 +518,7 @@ class Action extends HTMLOutputter // lawsuit $this->element('span', array('class' => 'fn org'), common_config('site', 'name')); $this->elementEnd('a'); - Event::handle('EndAddressData', array($action)); + Event::handle('EndAddressData', array($this)); } $this->elementEnd('address'); }