]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove duplicate cache cleanup
authorRobin Appelman <icewind@owncloud.com>
Tue, 3 Jun 2014 10:38:15 +0000 (12:38 +0200)
committerRobin Appelman <icewind@owncloud.com>
Tue, 3 Jun 2014 10:38:15 +0000 (12:38 +0200)
lib/private/appconfig.php

index 196d04aa9a506a73d27da4b3858ced318d7ac758..cfb2addc4c32d948c5d7d09c8d53183336bb6b8c 100644 (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;
        }
 
        /**