r23940 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23939‎ | r23940 | r23941 >
Date:08:10, 10 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Revert bogus reversion
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -239,8 +239,8 @@
240240 function notifyOnPageChange($editor, &$title, $timestamp, $summary, $minorEdit, $oldid = false) {
241241 global $wgEnotifUseJobQ;
242242 global $wgEnotifWatchlist, $wgShowUpdatedMarker;
243 -
244 - if( in_array( $title->getNamespace(), array(NS_SPECIAL, NS_MEDIA) ) )
 243+
 244+ if( $title->getNamespace() < 0 )
245245 return;
246246
247247 if ($wgEnotifUseJobQ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r24096Merged revisions 23910-24094 via svnmerge from...david22:38, 14 July 2007

Status & tagging log