MediaWiki  REL1_22
UDPRCFeedEngine.php
Go to the documentation of this file.
00001 <?php
00002 class UDPRCFeedEngine implements RCFeedEngine {
00007     public function send( array $feed, $line ) {
00008         wfErrorLog( $line, $feed['uri'] );
00009     }
00010 }