diff options
Diffstat (limited to 'apps/theming/appinfo/info.xml')
-rw-r--r-- | apps/theming/appinfo/info.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml index 3d7cabe7213..7b6e20a781f 100644 --- a/apps/theming/appinfo/info.xml +++ b/apps/theming/appinfo/info.xml @@ -23,8 +23,11 @@ <settings> <admin>OCA\Theming\Settings\Admin</admin> - <admin-section>OCA\Theming\Settings\Section</admin-section> + <admin-section>OCA\Theming\Settings\AdminSection</admin-section> + <personal>OCA\Theming\Settings\Personal</personal> + <personal-section>OCA\Theming\Settings\PersonalSection</personal-section> </settings> + <commands> <command>OCA\Theming\Command\UpdateConfig</command> </commands> |