Fix up r51559: Linker::link() expects Title objects, not strings
This commit is contained in:
parent
813c92a21b
commit
176159512d
1 changed files with 1 additions and 1 deletions
|
|
@ -1288,7 +1288,7 @@ class EditPage {
|
|||
$subject = wfMsgExt( 'subject', 'parseinline' );
|
||||
|
||||
$cancel = $sk->link(
|
||||
$wgTitle->getPrefixedText(),
|
||||
$wgTitle,
|
||||
wfMsgExt( 'cancel', array( 'parseinline' ) ),
|
||||
array(),
|
||||
array(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue