From 9866066d3ef3b36da7e7d1d354d39ae3820873a4 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Wed, 8 Apr 2015 13:50:34 +0200 Subject: [PATCH] Depreatace OC_Util::getUrlContent It is just a wrapper and the other functions are deprecated already --- lib/private/util.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/private/util.php b/lib/private/util.php index 367199f773..02a3892c78 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 {