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