Skip to content

Commit

Permalink
Don't mention $customdomainurl
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Jan 1, 2024
1 parent f0ae91a commit 8688ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/RequestWiki/SpecialRequestWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function execute( $par ) {

$this->checkExecutePermissions( $this->getUser() );

$out->addWikiMsg( 'requestwiki-header', $customdomainurl );
$out->addWikiMsg( 'requestwiki-header' );

$form = $this->getForm();
if ( $form->show() ) {
Expand Down

0 comments on commit 8688ff5

Please sign in to comment.