Remove unused use of undefined variable
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Jul 2005 11:21:57 +0000 (11:21 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 22 Jul 2005 11:21:57 +0000 (11:21 +0000)
includes/UserMailer.php

index ac1b0f4..274c066 100644 (file)
@@ -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;