diff options
Diffstat (limited to 'inc/Action/Revert.php')
-rw-r--r-- | inc/Action/Revert.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/Action/Revert.php b/inc/Action/Revert.php index b7ee75313..4a42fe019 100644 --- a/inc/Action/Revert.php +++ b/inc/Action/Revert.php @@ -14,7 +14,6 @@ use dokuwiki\Action\Exception\ActionException; */ class Revert extends AbstractUserAction { - /** @inheritdoc */ public function minimumPermission() { @@ -59,5 +58,4 @@ class Revert extends AbstractUserAction // continue with draftdel -> redirect -> show throw new ActionAbort('draftdel'); } - } |