From a885af5879aa749885b2f65816d12d6699b25261 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 9 Jan 2009 17:59:23 +0000 Subject: [PATCH] Fix typo --- includes/PatrolLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/PatrolLog.php b/includes/PatrolLog.php index 9566888404..561438e435 100644 --- a/includes/PatrolLog.php +++ b/includes/PatrolLog.php @@ -29,7 +29,7 @@ class PatrolLog { # We send this to IRC but do not want to add it the RC table. global $wgRC2UDPAddress, $wgRC2UDPOmitBots; if( $wgRC2UDPAddress && ( !$rc->getAttribute('rc_bot') || !$wgRC2UDPOmitBots ) ) { - self::sendToUDP( $rc->getIRCLine() ); + RecentChange::sendToUDP( $rc->getIRCLine() ); } return true; } -- 2.20.1