From ebd444b3066fda926ea454eb2477918c7d763b3a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 22 Jul 2005 11:21:57 +0000 Subject: [PATCH] Remove unused use of undefined variable --- includes/UserMailer.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1