diff options
Diffstat (limited to 'lib/private/helper.php')
-rw-r--r-- | lib/private/helper.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/private/helper.php b/lib/private/helper.php index 72282362fe6..556286f3519 100644 --- a/lib/private/helper.php +++ b/lib/private/helper.php @@ -470,18 +470,6 @@ class OC_Helper { } /** - * create a temporary folder with an unique filename - * - * @return string - * @deprecated Use the TempManager instead - * - * temporary files are automatically cleaned up after the script is finished - */ - public static function tmpFolder() { - return \OC::$server->getTempManager()->getTemporaryFolder(); - } - - /** * Adds a suffix to the name in case the file exists * * @param string $path |