diff options
Diffstat (limited to 'inc/Action/Revert.php')
-rw-r--r-- | inc/Action/Revert.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/Action/Revert.php b/inc/Action/Revert.php index b7ee75313..28123a548 100644 --- a/inc/Action/Revert.php +++ b/inc/Action/Revert.php @@ -59,5 +59,4 @@ class Revert extends AbstractUserAction // continue with draftdel -> redirect -> show throw new ActionAbort('draftdel'); } - } |