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 @@
1214
1214
$wgOut->showErrorPage(
1215
1215
'coll-post_failed_title',
1216
1216
'coll-post_failed_msg',
1217
- array( $wgCollectionMWServeURL )
1217
+ array( $serveURL )
1218
1218
);
1219
1219
return false;
1220
1220
}
Status & tagging log
16:18, 28 January 2012
MarkAHershberger
(
talk
|
contribs
)
changed the
status
of r110205
[
removed:
new
added:
ok]