fix - Notice: Undefined variable: action in /Library/WebServer/Documents/mublog/lib/action.php on line 521
This commit is contained in:
parent
debf4dacf1
commit
836f4ea6ea
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user