fix - Notice: Undefined variable: action in /Library/WebServer/Documents/mublog/lib/action.php on line 521

This commit is contained in:
Brion Vibber 2011-02-28 11:02:38 -08:00
parent debf4dacf1
commit 836f4ea6ea
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}