diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-11-05 15:45:58 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-11-05 15:45:58 +0100 |
commit | 1eefc21329e1256989fc50a5fe7597989324e47f (patch) | |
tree | 9cfcf96f01686c51c3d2337384cff7c6a09bfea4 /lib/private/user.php | |
parent | f0d6a47a67b87c544d44ecacf2ba2e9a36659053 (diff) | |
download | nextcloud-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.php | 3 |
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; |