Fix typo
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 9 Jan 2009 17:59:23 +0000 (17:59 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 9 Jan 2009 17:59:23 +0000 (17:59 +0000)
includes/PatrolLog.php

index 9566888..561438e 100644 (file)
@@ -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;
                }