Depreatace OC_Util::getUrlContent

It is just a wrapper and the other functions are deprecated already
This commit is contained in:
Roeland Jago Douma 2015-04-08 13:50:34 +02:00
parent be8d0a08ec
commit 9866066d3e
1 changed files with 1 additions and 0 deletions

View File

@ -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 {