summaryrefslogtreecommitdiff
path: root/framework/Web/THttpRequest.php
diff options
context:
space:
mode:
authorxue <>2007-08-05 23:39:29 +0000
committerxue <>2007-08-05 23:39:29 +0000
commit1031b56f982f973f85cb3e1528f7bcbba662778f (patch)
treea1c2a78103c22c576d8898ae984319973647a3c7 /framework/Web/THttpRequest.php
parent6194e91a9431e925fd44ca539fde718727469545 (diff)
fixed doc error.
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r--framework/Web/THttpRequest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php
index 8fcb926e..a6941d5e 100644
--- a/framework/Web/THttpRequest.php
+++ b/framework/Web/THttpRequest.php
@@ -551,7 +551,6 @@ class THttpRequest extends TApplicationComponent implements IteratorAggregate,Ar
* @param array GET parameters, null if not needed
* @param boolean whether to encode the ampersand in URL, defaults to true.
* @param boolean whether to encode the GET parameters (their names and values), defaults to false.
- * @param boolean whether to use HTTPS even if the current request is sent via HTTP
* @return string URL
* @see TUrlManager::constructUrl
*/