From: Brion Vibber Date: Wed, 15 Oct 2008 21:05:39 +0000 (+0000) Subject: Pull out incorrect fixme comments from r42075 X-Git-Tag: 1.31.0-rc.0~44733 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=f18a20e6336214e1013be021ef2aae97d07af7f5;p=lhc%2Fweb%2Fwiklou.git Pull out incorrect fixme comments from r42075 --- 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,