summaryrefslogtreecommitdiffstats
path: root/lib/private/user.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-11-05 15:45:58 +0100
committerRobin Appelman <icewind@owncloud.com>2014-11-05 15:45:58 +0100
commit1eefc21329e1256989fc50a5fe7597989324e47f (patch)
tree9cfcf96f01686c51c3d2337384cff7c6a09bfea4 /lib/private/user.php
parentf0d6a47a67b87c544d44ecacf2ba2e9a36659053 (diff)
downloadnextcloud-server-1eefc21329e1256989fc50a5fe7597989324e47f.tar.gz
nextcloud-server-1eefc21329e1256989fc50a5fe7597989324e47f.zip
Remove confusingly names \OC\User\Manager::delete and fix the automatic cache cleanup instead
Diffstat (limited to 'lib/private/user.php')
-rw-r--r--lib/private/user.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/user.php b/lib/private/user.php
index 3c23c19b015..2358f4a14e4 100644
--- a/lib/private/user.php
+++ b/lib/private/user.php
@@ -211,9 +211,6 @@ class OC_User {
// Delete the users entry in the storage table
\OC\Files\Cache\Storage::remove('home::' . $uid);
-
- // Remove it from the Cache
- self::getManager()->delete($uid);
}
return true;