From f9d24625ed780b76db060f89bc20303aee437d64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 3 Jan 2013 13:46:39 +0100 Subject: [PATCH] Fix comment of FileUtil::downloadFileFromHttp() --- wcfsetup/install/files/lib/util/FileUtil.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1