mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Remove duplicate cache cleanup
This commit is contained in:
parent
a4949f4b31
commit
bff9e11ff9
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ class AppConfig implements \OCP\IAppConfig {
|
|||
if (is_array($this->apps) and $i = array_search($app, $this->apps) !== false) {
|
||||
unset($this->apps[$i]);
|
||||
}
|
||||
$this->apps = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue