Pull out incorrect fixme comments from r42075
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 15 Oct 2008 21:05:39 +0000 (21:05 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 15 Oct 2008 21:05:39 +0000 (21:05 +0000)
includes/RecentChange.php

index e388758..aa3a649 100644 (file)
@@ -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,