r45606 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45605‎ | r45606 | r45607 >
Date:17:59, 9 January 2009
Author:aaron
Status:reverted
Tags:
Comment:
Fix typo
Modified paths:
  • /trunk/phase3/includes/PatrolLog.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/PatrolLog.php
@@ -29,7 +29,7 @@
3030 # We send this to IRC but do not want to add it the RC table.
3131 global $wgRC2UDPAddress, $wgRC2UDPOmitBots;
3232 if( $wgRC2UDPAddress && ( !$rc->getAttribute('rc_bot') || !$wgRC2UDPOmitBots ) ) {
33 - self::sendToUDP( $rc->getIRCLine() );
 33+ RecentChange::sendToUDP( $rc->getIRCLine() );
3434 }
3535 return true;
3636 }

Status & tagging log