diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-27 13:18:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 13:18:30 +0100 |
commit | 1a537bc766911a0e56e2f2fe00c4802583078a84 (patch) | |
tree | ea70f1effbff9f8a6f9f72540e519549517e5007 | |
parent | 018343b7d4ae563473c0cca9f08386f0b2a672b6 (diff) | |
parent | 24354bde1d9163794eaf62ef432e62839c7979e7 (diff) | |
download | nextcloud-server-1a537bc766911a0e56e2f2fe00c4802583078a84.tar.gz nextcloud-server-1a537bc766911a0e56e2f2fe00c4802583078a84.zip |
Merge pull request #14402 from nextcloud/bugfix/noid/log-spam
Do not register unexisting section
-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> |