diff --git a/SpecialGadgets.php b/SpecialGadgets.php index 888ba6e2..f6c3d74c 100644 --- a/SpecialGadgets.php +++ b/SpecialGadgets.php @@ -95,7 +95,7 @@ class SpecialGadgets extends SpecialPage { array( 'action' => 'edit' ) ); $links[] = Linker::link( - $this->getTitle( "export/{$gadget->getName()}" ), + $this->getPageTitle( "export/{$gadget->getName()}" ), $this->msg( 'gadgets-export' )->escaped() );