diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-04-08 13:50:34 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-05-18 11:03:48 +0200 |
commit | 9866066d3ef3b36da7e7d1d354d39ae3820873a4 (patch) | |
tree | 4d2401690de9ded232341459d982472716fe11a5 /lib/private/util.php | |
parent | be8d0a08ec2ad04680047e7e514fb2b926f807f6 (diff) | |
download | nextcloud-server-9866066d3ef3b36da7e7d1d354d39ae3820873a4.tar.gz nextcloud-server-9866066d3ef3b36da7e7d1d354d39ae3820873a4.zip |
Depreatace OC_Util::getUrlContent
It is just a wrapper and the other functions are deprecated already
Diffstat (limited to 'lib/private/util.php')
-rw-r--r-- | lib/private/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index 367199f7735..02a3892c788 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -1234,6 +1234,7 @@ class OC_Util { * @return string of the response or false on error * This function get the content of a page via curl, if curl is enabled. * If not, file_get_contents is used. + * @deprecated Use \OCP\Http\Client\IClientService */ public static function getUrlContent($url) { try { |