summaryrefslogtreecommitdiff
path: root/framework/Web/THttpRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r--framework/Web/THttpRequest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php
index 7ebd9151..2ee7cd5f 100644
--- a/framework/Web/THttpRequest.php
+++ b/framework/Web/THttpRequest.php
@@ -700,7 +700,6 @@ class THttpCookieCollection extends TList
*/
public function __construct($owner=null)
{
- parent::__construct();
$this->_o=$owner;
}
@@ -785,7 +784,6 @@ class THttpCookie extends TComponent
*/
public function __construct($name,$value)
{
- parent::__construct();
$this->_name=$name;
$this->_value=$value;
}
@@ -967,7 +965,6 @@ class TUri extends TComponent
*/
public function __construct($uri)
{
- parent::__construct();
if(($ret=@parse_url($uri))!==false)
{
// decoding???