Don't waste time queuing or checking email notifications for pages in the Special...
authorRob Church <robchurch@users.mediawiki.org>
Mon, 9 Jul 2007 14:21:49 +0000 (14:21 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 9 Jul 2007 14:21:49 +0000 (14:21 +0000)
includes/UserMailer.php

index 4847cec..6e6bbf0 100644 (file)
@@ -240,6 +240,9 @@ class EmailNotification {
                global $wgEnotifUseJobQ;
                global $wgEnotifWatchlist, $wgShowUpdatedMarker;
 
+               if( $title->getNamespace() < 0 )
+                       return;
+
                if ($wgEnotifUseJobQ) {
                        $params = array(
                                "editor" => $editor->getName(),