From e2806b0ae814ee7c402f591d3ac85b97df7af2ba Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 13 Oct 2015 10:23:24 +0200 Subject: Update list of deprecated methods --- lib/private/util.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/private/util.php') diff --git a/lib/private/util.php b/lib/private/util.php index 9ea355f0168..3a4c07c3eb7 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -1300,12 +1300,11 @@ class OC_Util { /** * Get URL content * @param string $url Url to get content - * @deprecated Use \OC::$server->getHTTPHelper()->getUrlContent($url); * @throws Exception If the URL does not start with http:// or https:// * @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 + * @deprecated Use \OC::$server->getHTTPHelper()->getUrlContent($url); */ public static function getUrlContent($url) { try { -- cgit v1.2.3