From: Tim Düsterhus Date: Thu, 3 Jan 2013 12:46:39 +0000 (+0100) Subject: Fix comment of FileUtil::downloadFileFromHttp() X-Git-Tag: 2.0.0_Beta_1~605 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f9d24625ed780b76db060f89bc20303aee437d64;p=GitHub%2FWoltLab%2FWCF.git Fix comment of FileUtil::downloadFileFromHttp() --- diff --git a/wcfsetup/install/files/lib/util/FileUtil.class.php b/wcfsetup/install/files/lib/util/FileUtil.class.php index b271dfe72b..ea772818d3 100644 --- a/wcfsetup/install/files/lib/util/FileUtil.class.php +++ b/wcfsetup/install/files/lib/util/FileUtil.class.php @@ -395,8 +395,8 @@ final class FileUtil { * @param array $postParameters * @param array $headers empty array or a not initialized variable * @return string - * @deprecated This method currently only is a wrapper around \wcf\util\HTTPUtil. Please use HTTPUtil - * from now on, as this method may be removed in the future. + * @deprecated This method currently only is a wrapper around \wcf\util\HTTPRequest. Please use + * HTTPRequest from now on, as this method may be removed in the future. */ public static function downloadFileFromHttp($httpUrl, $prefix = 'package', array $options = array(), array $postParameters = array(), &$headers = array()) { $request = new HTTPRequest($httpUrl, $options, $postParameters);