Skip to content

Commit

Permalink
Add style
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Jan 2, 2024
1 parent 344719b commit f095ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/RequestWiki/SpecialRequestWikiQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ private function lookupRequest( $par ) {

$out->addModuleStyles( [ 'ext.createwiki.oouiform.styles' ] );
$out->addModuleStyles( [ 'oojs-ui-widgets.styles' ] );
$out->addModules( [ 'mediawiki.special.userrights' ] );

$requestViewer = new RequestWikiRequestViewer( $this->hookRunner );
$htmlForm = $requestViewer->getForm( $par, $this->getContext() );
Expand Down

0 comments on commit f095ff0

Please sign in to comment.