diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2017-05-24 16:37:43 +0200 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2017-05-24 16:37:43 +0200 |
commit | e5226905cab9cec5dd7e6d745539ef2fcaa4b9aa (patch) | |
tree | 4cfcf1c8f2cb6468aaf0f6454e778afd42cf69a7 /inc/Menu | |
parent | 1e875dcdea1ca164c98894ce24fe81072d43961c (diff) | |
download | dokuwiki-e5226905cab9cec5dd7e6d745539ef2fcaa4b9aa.tar.gz dokuwiki-e5226905cab9cec5dd7e6d745539ef2fcaa4b9aa.zip |
fix do parameter of revisions type
Diffstat (limited to 'inc/Menu')
-rw-r--r-- | inc/Menu/Item/Revisions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/Menu/Item/Revisions.php b/inc/Menu/Item/Revisions.php index 3452a9bd0..648b4a8a3 100644 --- a/inc/Menu/Item/Revisions.php +++ b/inc/Menu/Item/Revisions.php @@ -14,7 +14,6 @@ class Revisions extends AbstractItem { parent::__construct(); $this->type = 'revs'; - $this->params['do'] = 'revs'; $this->svg = DOKU_INC . 'lib/images/menu/07-revisions_history.svg'; } |