diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-02-02 17:11:17 -0800 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-02-02 17:11:17 -0800 |
commit | c610d0d99b7ed6999dea78d532a9c6c8552cafff (patch) | |
tree | f60021f02e39c8d7ecf813692796104c7ccb9de4 /apps/user_status/appinfo/info.xml | |
parent | 70651c3ab176d8a5491e15dbb22b1cd6561c6274 (diff) | |
download | nextcloud-server-c610d0d99b7ed6999dea78d532a9c6c8552cafff.tar.gz nextcloud-server-c610d0d99b7ed6999dea78d532a9c6c8552cafff.zip |
Remove extraneous user status route entry
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/user_status/appinfo/info.xml')
-rw-r--r-- | apps/user_status/appinfo/info.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_status/appinfo/info.xml b/apps/user_status/appinfo/info.xml index e10723da887..90744d40747 100644 --- a/apps/user_status/appinfo/info.xml +++ b/apps/user_status/appinfo/info.xml @@ -15,7 +15,6 @@ <navigation> <id>user_status-menuitem</id> <name>User status</name> - <route /> <order>1</order> <type>settings</type> </navigation> |