diff options
author | Joas Schilling <coding@schilljs.com> | 2017-01-27 09:38:10 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-27 09:44:11 +0100 |
commit | 27f8a832e41590a33a7815d328564a1fd70e7760 (patch) | |
tree | 5c05746c23cc788a23d0dc8e646807ce210d9054 /apps/files/appinfo | |
parent | 47d7d26bdafe1d898af69aa35ab049a85e8d2b98 (diff) | |
download | nextcloud-server-27f8a832e41590a33a7815d328564a1fd70e7760.tar.gz nextcloud-server-27f8a832e41590a33a7815d328564a1fd70e7760.zip |
Force to specify the name
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 1171c0ceb6f..2bb4d98c158 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -55,6 +55,7 @@ </commands> <navigation> + <name>Files</name> <route>files.view.index</route> <order>0</order> </navigation> |