Remove duplicate cache cleanup

remotes/origin/ldap_group_count
Robin Appelman 12 years ago
parent a4949f4b31
commit bff9e11ff9
  1. 1
      lib/private/appconfig.php

@ -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…
Cancel
Save