From 24354bde1d9163794eaf62ef432e62839c7979e7 Mon Sep 17 00:00:00 2001 From: Joas Schilling <coding@schilljs.com> Date: Wed, 27 Feb 2019 12:17:53 +0100 Subject: [PATCH] Do not register unexisting section Signed-off-by: Joas Schilling <coding@schilljs.com> --- apps/theming/appinfo/info.xml | 1 - 1 file changed, 1 deletion(-) 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> -- GitLab