aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/UnprotectAction.php
diff options
context:
space:
mode:
authorumherirrender <umherirrender_de.wp@web.de>2015-06-19 20:05:45 +0200
committerumherirrender <umherirrender_de.wp@web.de>2015-06-19 20:05:45 +0200
commit70f3afd5481336688132ae88673e484632a32c6e (patch)
tree3eef2a9079fedc2e5f71df9f8248fbf1049c9b26 /includes/actions/UnprotectAction.php
parent100675aeb5e500823b5f6d536a431a95e9e43caf (diff)
downloadmediawikicore-70f3afd5481336688132ae88673e484632a32c6e.tar.gz
mediawikicore-70f3afd5481336688132ae88673e484632a32c6e.zip
Remove unneeded empty lines at begin of if/else/foreach body
An if body must not begin with an empty line Change-Id: I62b058be337fcc85a120fcd3dadce564db59a271
Diffstat (limited to 'includes/actions/UnprotectAction.php')
-rw-r--r--includes/actions/UnprotectAction.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/actions/UnprotectAction.php b/includes/actions/UnprotectAction.php
index bc28c8ed1746..559cfaf7caaa 100644
--- a/includes/actions/UnprotectAction.php
+++ b/includes/actions/UnprotectAction.php
@@ -37,7 +37,6 @@ class UnprotectAction extends ProtectAction {
}
public function show() {
-
$this->page->unprotect();
}
}