From 836f4ea6ea8c261f1ac47fd0bfe709a16ef3b20f Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 28 Feb 2011 11:02:38 -0800 Subject: [PATCH] fix - Notice: Undefined variable: action in /Library/WebServer/Documents/mublog/lib/action.php on line 521 --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.2