patch typo
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 26 Mar 2005 08:31:21 +0000 (08:31 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 26 Mar 2005 08:31:21 +0000 (08:31 +0000)
includes/UserMailer.php

index 4670eaf..7eb4e19 100644 (file)
@@ -352,7 +352,6 @@ class EmailNotification {
                        $keys['%24PAGEEDITOR_RAWURL'] = wfUrlencode( $name );
                        $keys['%24PAGEEDITORE']       = $pageeditorUser->getTitleKey();
                        $keys['$PAGEEDITORE']         = $pageeditorUser->getTitleKey();
-                       $keys['$PAGEEDITOR']          = $pageeditorUser->getName();
                        $keys['$PAGEEDITOR']          = $name;
                }
                $body = strtr( $body, $keys );