]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix - Notice: Undefined variable: action in /Library/WebServer/Documents/mublog/lib...
authorBrion Vibber <brion@pobox.com>
Mon, 28 Feb 2011 19:02:38 +0000 (11:02 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 28 Feb 2011 19:02:38 +0000 (11:02 -0800)
lib/action.php

index c8f77f79bd2e690ae06e6169bec5de9ab3238aa7..31288a5e7b5feeed83a24f4b62c252da84aacbfc 100644 (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');
     }