Skip to content

Commit

Permalink
Use false again
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Dec 12, 2023
1 parent fdd5c1f commit 21c3e73
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 @@ -234,7 +234,7 @@ public function onSubmit( array $formData ) {
)
);

return $e->getMessage();
return false;
}

$idlink = MediaWikiServices::getInstance()->getLinkRenderer()->makeLink( Title::newFromText( 'Special:RequestWikiQueue/' . $requestID ), "#{$requestID}" );
Expand Down

0 comments on commit 21c3e73

Please sign in to comment.