diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 01:41:18 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-08-11 01:41:18 +0200 |
commit | f3b15a9ab97ce4498bafc731dc24350e98a7cb51 (patch) | |
tree | 138f9aa4ea52bcd7c098d8454c1bca1fd6e1dcba /apps/encryption/lib/AppInfo | |
parent | 0fc34c99f4e1dbe26e5074102f48f75d70fe97d0 (diff) | |
download | nextcloud-server-f3b15a9ab97ce4498bafc731dc24350e98a7cb51.tar.gz nextcloud-server-f3b15a9ab97ce4498bafc731dc24350e98a7cb51.zip |
fixes, improvements, and another app:
* setupSettings now also triggered on enable
* fixes detection of present admin section or settings in the DB
* add update routine in such cases
* encryption app migrated
Diffstat (limited to 'apps/encryption/lib/AppInfo')
-rw-r--r-- | apps/encryption/lib/AppInfo/Application.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/encryption/lib/AppInfo/Application.php b/apps/encryption/lib/AppInfo/Application.php index bba522fbc8c..a43646d86d9 100644 --- a/apps/encryption/lib/AppInfo/Application.php +++ b/apps/encryption/lib/AppInfo/Application.php @@ -269,7 +269,6 @@ class Application extends \OCP\AppFramework\App { public function registerSettings() { // Register settings scripts - App::registerAdmin('encryption', 'settings/settings-admin'); App::registerPersonal('encryption', 'settings/settings-personal'); } } |