diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-19 10:54:39 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-19 10:54:39 +0100 |
commit | 1088068c60d4d085b5751485cf233459d5b0fe3f (patch) | |
tree | 9e03b90f294248155cd6249df8cf39f1f91e7aba /lib/public | |
parent | 47a300814186061991821f8a707c63a3de636b6d (diff) | |
download | nextcloud-server-1088068c60d4d085b5751485cf233459d5b0fe3f.tar.gz nextcloud-server-1088068c60d4d085b5751485cf233459d5b0fe3f.zip |
Remove \OCP\Files::tmpFolder
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Files.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/public/Files.php b/lib/public/Files.php index e596997a47e..7b1b1921ed9 100644 --- a/lib/public/Files.php +++ b/lib/public/Files.php @@ -89,18 +89,6 @@ class Files { } /** - * Create a temporary folder with an unique filename - * @return string - * - * temporary files are automatically cleaned up after the script is finished - * @deprecated 8.1.0 use getTemporaryFolder() of \OCP\ITempManager - \OC::$server->getTempManager() - * @since 5.0.0 - */ - public static function tmpFolder() { - return \OC::$server->getTempManager()->getTemporaryFolder(); - } - - /** * Adds a suffix to the name in case the file exists * @param string $path * @param string $filename |