r43074 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43073‎ | r43074 | r43075 >
Date:12:59, 2 November 2008
Author:siebrand
Status:old
Tags:
Comment:
Fix notices when not using patrolling
Modified paths:
  • /trunk/extensions/uniwiki/FormatChanges/FormatChanges.php (modified) (history)

Diff [purge]

Index: trunk/extensions/uniwiki/FormatChanges/FormatChanges.php
@@ -52,7 +52,7 @@
5353 // handle these?
5454 }
5555 // new unpatrolled pages
56 - else if ( $rc->unpatrolled && $rc_type == RC_NEW ) {
 56+ else if ( isset( $rc->unpatrolled ) && $rc_type == RC_NEW ) {
5757 // handle these?
5858 }
5959 // log entries

Status & tagging log