Index: trunk/extensions/SemanticWatchlist/includes/SWL_Emailer.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | 'swl-email-propschanged-long', |
34 | 34 | 'parse', |
35 | 35 | $GLOBALS['wgSitename'], |
36 | | - $changeSet->getUser()->getName(), |
| 36 | + $changeSet->getEdit()->getUser()->getName(), |
37 | 37 | SpecialPage::getTitleFor( 'SemanticWatchlist' )->getFullURL(), |
38 | 38 | $wgLang->time( $changeSet->getTime() ), |
39 | 39 | $wgLang->date( $changeSet->getTime() ) |