Remove duplicate cache cleanup

This commit is contained in:
Robin Appelman 2014-06-03 12:38:15 +02:00
parent a4949f4b31
commit bff9e11ff9
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
/**