Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-26 12:48:55 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-26 12:48:55 +0300
commite9237dd83ce50091274a52335846eb03f1694bb0 (patch)
tree85b11970244715acd4b49df78799d8f7a2166b33 /apps/systemtags/appinfo
parent0795cc373d667dbd515d7631131eebb1be47324c (diff)
parent4549b825538d3cfa8c81387de70fb4756d5b97a9 (diff)
Merge pull request #22671 from owncloud/issue-22670
Move the tag filter at the end for now
Diffstat (limited to 'apps/systemtags/appinfo')
-rw-r--r--apps/systemtags/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php
index 00663d5082b..f10d7f16cc8 100644
--- a/apps/systemtags/appinfo/app.php
+++ b/apps/systemtags/appinfo/app.php
@@ -83,7 +83,7 @@ $l = \OC::$server->getL10N('systemtags');
'id' => 'systemtagsfilter',
'appname' => 'systemtags',
'script' => 'list.php',
- 'order' => 9,
+ 'order' => 25,
'name' => $l->t('Tags')
)
);