Merge "mw.loader: Omit private modules from the request queue"
[lhc/web/wiklou.git] / includes / actions / UnprotectAction.php
index bc28c8e..559cfaf 100644 (file)
@@ -37,7 +37,6 @@ class UnprotectAction extends ProtectAction {
        }
 
        public function show() {
-
                $this->page->unprotect();
        }
 }