aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Menu
diff options
context:
space:
mode:
authorAndreas Gohr <gohr@cosmocode.de>2017-05-24 16:37:43 +0200
committerAndreas Gohr <gohr@cosmocode.de>2017-05-24 16:37:43 +0200
commite5226905cab9cec5dd7e6d745539ef2fcaa4b9aa (patch)
tree4cfcf1c8f2cb6468aaf0f6454e778afd42cf69a7 /inc/Menu
parent1e875dcdea1ca164c98894ce24fe81072d43961c (diff)
downloaddokuwiki-e5226905cab9cec5dd7e6d745539ef2fcaa4b9aa.tar.gz
dokuwiki-e5226905cab9cec5dd7e6d745539ef2fcaa4b9aa.zip
fix do parameter of revisions type
Diffstat (limited to 'inc/Menu')
-rw-r--r--inc/Menu/Item/Revisions.php1
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';
}