diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-06-09 21:46:30 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-27 10:26:22 +0200 |
commit | 10f6ca20bcf521f125700f892b09bf745a595ea7 (patch) | |
tree | 668da5e4ba4580ede60773abf254e42c46fb5a97 /apps/theming/appinfo/app.php | |
parent | 363b76faee862e1cccd826d25a0f208ef656e1bc (diff) | |
download | nextcloud-server-10f6ca20bcf521f125700f892b09bf745a595ea7.tar.gz nextcloud-server-10f6ca20bcf521f125700f892b09bf745a595ea7.zip |
write theme settings to database
Diffstat (limited to 'apps/theming/appinfo/app.php')
-rw-r--r-- | apps/theming/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php index 97db0e568b1..ed7ea3e20f8 100644 --- a/apps/theming/appinfo/app.php +++ b/apps/theming/appinfo/app.php @@ -20,4 +20,4 @@ * */ -\OCP\App::registerAdmin('theming', 'settings/settings-admin');
\ No newline at end of file +\OCP\App::registerAdmin('theming', 'settings/settings-admin'); |