From: Brion Vibber Date: Sat, 26 Mar 2005 08:31:21 +0000 (+0000) Subject: patch typo X-Git-Tag: 1.5.0alpha1~519 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=be5d748b2d831d2de12758a4597ac30d15825f51;p=lhc%2Fweb%2Fwiklou.git patch typo --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 4670eaf43c..7eb4e19d3d 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -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 );