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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-03-20 16:14:37 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-20 17:17:31 +0300
commit8b21c5e64daf4066dbee082c8bd824e6e18e5d1e (patch)
treeb3980fca17b0cd9faa101dc17f9de46abf67fb80 /apps/theming/appinfo
parent575b3f9ff8cb06e949a2acbb136a6e0d14731eab (diff)
Revert "Do not register unexisting section"
This reverts commit 24354bde1d9163794eaf62ef432e62839c7979e7.
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index eeda2c6f524..2d328811a56 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -23,5 +23,6 @@
<settings>
<admin>OCA\Theming\Settings\Admin</admin>
+ <admin-section>OCA\Theming\Settings\Section</admin-section>
</settings>
</info>