MediaWiki  REL1_24
UDPRCFeedEngine.php
Go to the documentation of this file.
00001 <?php
00002 
00027 class UDPRCFeedEngine implements RCFeedEngine {
00031     public function send( array $feed, $line ) {
00032         wfErrorLog( $line, $feed['uri'] );
00033     }
00034 }