Remove unused use of undefined variable

This commit is contained in:
Brion Vibber 2005-07-22 11:21:57 +00:00
parent 7a80ddd232
commit ebd444b306

View 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;