From f18a20e6336214e1013be021ef2aae97d07af7f5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 15 Oct 2008 21:05:39 +0000 Subject: [PATCH] Pull out incorrect fixme comments from r42075 --- includes/RecentChange.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/RecentChange.php b/includes/RecentChange.php index e388758306..aa3a649eed 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -192,8 +192,6 @@ class RecentChange $wgUser : User::newFromName( $this->mAttribs['rc_user_text'], false ); } # FIXME: this would be better as an extension hook - ## FIXME: Why is this treating log entries as changes to the page? - ## This causes problems when pages are deleted. $enotif = new EmailNotification(); $title = Title::makeTitle( $this->mAttribs['rc_namespace'], $this->mAttribs['rc_title'] ); $enotif->notifyOnPageChange( $editor, $title, -- 2.20.1