Fix comment of FileUtil::downloadFileFromHttp()
authorTim Düsterhus <timwolla@googlemail.com>
Thu, 3 Jan 2013 12:46:39 +0000 (13:46 +0100)
committerTim Düsterhus <timwolla@googlemail.com>
Thu, 3 Jan 2013 12:46:39 +0000 (13:46 +0100)
wcfsetup/install/files/lib/util/FileUtil.class.php

index b271dfe72b0ce454ed89964003990878fd0b873d..ea772818d368fd90b4614947b9f04b1f6fbdf1ca 100644 (file)
@@ -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);