r23903 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r23902
|
r23903
|
r23904
>
Date:
14:21, 9 July 2007
Author:
robchurch
Status:
old
Tags:
Comment:
Don't waste time queuing or checking email notifications for pages in the Special or Media namespaces
Modified paths:
/trunk/phase3/includes/UserMailer.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/UserMailer.php
—
—
@@ -240,6 +240,9 @@
241
241
global $wgEnotifUseJobQ;
242
242
global $wgEnotifWatchlist, $wgShowUpdatedMarker;
243
243
244
+ if( $title->getNamespace() < 0 )
245
+ return;
246
+
244
247
if ($wgEnotifUseJobQ) {
245
248
$params = array(
246
249
"editor" => $editor->getName(),
Follow-up revisions
Revision
Commit summary
Author
Date
r23912
Merged revisions 23662-23909 via svnmerge from...
david
18:11, 9 July 2007
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23903
[
removed:
ok
added:
old]