Merge "Added a separate error message for mkdir failures"
[lhc/web/wiklou.git] / includes / actions / ProtectAction.php
index 126daa0..2e9e093 100644 (file)
@@ -43,10 +43,10 @@ class ProtectAction extends FormlessAction {
        public function show() {
                if ( $this->getContext()->getConfig()->get( 'UseMediaWikiUIEverywhere' ) ) {
                        $out = $this->getOutput();
-                       $out->addModuleStyles( array(
+                       $out->addModuleStyles( [
                                'mediawiki.ui.input',
                                'mediawiki.ui.checkbox',
-                       ) );
+                       ] );
                }
 
                $this->page->protect();