diff options
author | Joas Schilling <coding@schilljs.com> | 2019-02-27 12:17:53 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2019-02-27 12:17:53 +0100 |
commit | 24354bde1d9163794eaf62ef432e62839c7979e7 (patch) | |
tree | ea70f1effbff9f8a6f9f72540e519549517e5007 | |
parent | 018343b7d4ae563473c0cca9f08386f0b2a672b6 (diff) | |
download | nextcloud-server-24354bde1d9163794eaf62ef432e62839c7979e7.tar.gz nextcloud-server-24354bde1d9163794eaf62ef432e62839c7979e7.zip |
Do not register unexisting section
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | apps/theming/appinfo/info.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 2d328811a56..eeda2c6f524 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -23,6 +23,5 @@ <settings> <admin>OCA\Theming\Settings\Admin</admin> - <admin-section>OCA\Theming\Settings\Section</admin-section> </settings> </info> |