X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialFileDuplicateSearch.php;h=68960d3aad9ed7317001b70177ce62a984be1f81;hb=bbef4902f933c7221de83d76ead61b0ac44b5794;hp=35861e3dfbe78c5e51012845e8dc89f4044477ae;hpb=6e9b4f0e9ce4ccd6089c18b205065ef7fa077484;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialFileDuplicateSearch.php b/includes/specials/SpecialFileDuplicateSearch.php index 35861e3dfb..68960d3aad 100644 --- a/includes/specials/SpecialFileDuplicateSearch.php +++ b/includes/specials/SpecialFileDuplicateSearch.php @@ -79,7 +79,7 @@ class FileDuplicateSearchPage extends QueryPage { } $html[] = $this->closeList(); - $this->getOutput()->addHtml( implode( "\n", $html ) ); + $this->getOutput()->addHTML( implode( "\n", $html ) ); } public function getQueryInfo() { @@ -122,7 +122,7 @@ class FileDuplicateSearchPage extends QueryPage { ], ]; $hiddenFields = [ - 'title' => $this->getPageTitle()->getPrefixedDBKey(), + 'title' => $this->getPageTitle()->getPrefixedDBkey(), ]; $htmlForm = HTMLForm::factory( 'inline', $formFields, $this->getContext() ); $htmlForm->addHiddenFields( $hiddenFields );