r34851 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34850‎ | r34851 | r34852 >
Date:10:38, 15 May 2008
Author:jojo
Status:old
Tags:
Comment:
fixed
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -597,7 +597,7 @@
598598
599599 $response = Http::post( $this->mPODPartners[$partner]['posturl'] );
600600 if ( !$response ) {
601 - $wgOut->showErrorPage( 'post_failed_title', 'post_failed_msg' );
 601+ $wgOut->showErrorPage( 'coll-post_failed_title', 'coll-post_failed_msg' );
602602 return;
603603 }
604604 $postData = $json->decode( $response );

Status & tagging log