r110205 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110204‎ | r110205 | r110206 >
Date:10:22, 28 January 2012
Author:santhosh
Status:ok
Tags:
Comment:
Do not show $wgCollectionMWServeURL always in error message because it can be overridden by $wgCollectionMWServeURL if a URL configured for the given writer.
Use $serveURL
Modified paths:
  • /trunk/extensions/Collection/Collection.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.body.php
@@ -1213,7 +1213,7 @@
12141214 $wgOut->showErrorPage(
12151215 'coll-post_failed_title',
12161216 'coll-post_failed_msg',
1217 - array( $wgCollectionMWServeURL )
 1217+ array( $serveURL )
12181218 );
12191219 return false;
12201220 }

Status & tagging log