From: Brion Vibber Date: Fri, 22 Jul 2005 11:21:57 +0000 (+0000) Subject: Remove unused use of undefined variable X-Git-Tag: 1.5.0beta4~68 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=ebd444b3066fda926ea454eb2477918c7d763b3a;p=lhc%2Fweb%2Fwiklou.git Remove unused use of undefined variable --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index ac1b0f45db..274c066c7a 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -276,7 +276,6 @@ class EmailNotification { $keys['$PAGETITLE'] = $pagetitle; $keys['$PAGETITLE_URL'] = $this->title->getFullUrl(); - $keys['$PAGETIMESTAMP'] = $article->mTimestamp; # this is the raw internal timestamp - can be useful, too $keys['$PAGEMINOREDIT'] = $medit; $keys['$PAGESUMMARY'] = $summary;