r51904 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r51903
|
r51904
|
r51905
>
Date:
13:50, 15 June 2009
Author:
catrope
Status:
ok
Tags:
Comment:
Fix up
r51559
: Linker::link() expects Title objects, not strings
Modified paths:
/trunk/phase3/includes/EditPage.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/EditPage.php
—
—
@@ -1288,7 +1288,7 @@
1289
1289
$subject = wfMsgExt( 'subject', 'parseinline' );
1290
1290
1291
1291
$cancel = $sk->link(
1292
- $wgTitle->getPrefixedText(),
1292
+ $wgTitle,
1293
1293
wfMsgExt( 'cancel', array( 'parseinline' ) ),
1294
1294
array(),
1295
1295
array(),
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r51559
* replace some use of deprecated makeKnownLinkObj() by link() in core...
siebrand
22:42, 6 June 2009
Status & tagging log
13:54, 15 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51904
[
removed:
new
added:
ok]