mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix wrong var name
This commit is contained in:
parent
d1c9f744e1
commit
056c1ab035
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ class Manager implements IManager {
|
|||
if(isset($appInfo['settings'][IManager::KEY_ADMIN_SECTION])) {
|
||||
$this->remove(self::TABLE_ADMIN_SECTIONS, $appInfo['settings'][IManager::KEY_ADMIN_SECTION]);
|
||||
}
|
||||
if(isset($settings['settings'][IManager::KEY_ADMIN_SETTINGS])) {
|
||||
if(isset($appInfo['settings'][IManager::KEY_ADMIN_SETTINGS])) {
|
||||
$this->remove(self::TABLE_ADMIN_SETTINGS, $appInfo['settings'][IManager::KEY_ADMIN_SETTINGS]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue