diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-04-20 10:30:16 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-04-20 10:30:16 +0200 |
commit | a98b8193667f7858730a1388aed1a9d306a236a8 (patch) | |
tree | c86f388e19b1e7b9557b2ab8306ff7d9ecf462cc /lib/private/response.php | |
parent | f672e120fc7423aacca2f2ae285eb202974646a6 (diff) | |
download | nextcloud-server-a98b8193667f7858730a1388aed1a9d306a236a8.tar.gz nextcloud-server-a98b8193667f7858730a1388aed1a9d306a236a8.zip |
Add version to deprecation notice
As requested by @MorrisJobke
Diffstat (limited to 'lib/private/response.php')
-rw-r--r-- | lib/private/response.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/response.php b/lib/private/response.php index b75f11e364a..5725af2b893 100644 --- a/lib/private/response.php +++ b/lib/private/response.php @@ -214,7 +214,7 @@ class OC_Response { /** * Send file as response, checking and setting caching headers * @param string $filepath of file to send - * @deprecated Use \OCP\AppFramework\Http\StreamResponse or another AppFramework controller instead + * @deprecated 8.1.0 - Use \OCP\AppFramework\Http\StreamResponse or another AppFramework controller instead */ static public function sendFile($filepath) { $fp = fopen($filepath, 'rb'); |