diff options
author | javalizard <> | 2010-04-18 04:43:44 +0000 |
---|---|---|
committer | javalizard <> | 2010-04-18 04:43:44 +0000 |
commit | a55ec97650341930cd5fee6f1fd2831d7ccca358 (patch) | |
tree | ff827471792c7396edd5efec2f74763e54532fc5 /framework/Web/THttpRequest.php | |
parent | ddea098ba7109c8d294b723f1534611404fd77a8 (diff) |
Ensured parent::__construct calls within Web and Services
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r-- | framework/Web/THttpRequest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php index 34ba3f75..26630c8c 100644 --- a/framework/Web/THttpRequest.php +++ b/framework/Web/THttpRequest.php @@ -844,6 +844,7 @@ class THttpCookieCollection extends TList public function __construct($owner=null) { $this->_o=$owner; + parent::__construct(); } /** |