From: Brion Vibber Date: Mon, 28 Feb 2011 19:02:38 +0000 (-0800) Subject: fix - Notice: Undefined variable: action in /Library/WebServer/Documents/mublog/lib... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=836f4ea6ea8c261f1ac47fd0bfe709a16ef3b20f;p=quix0rs-gnu-social.git fix - Notice: Undefined variable: action in /Library/WebServer/Documents/mublog/lib/action.php on line 521 --- 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'); }