From a55ec97650341930cd5fee6f1fd2831d7ccca358 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 04:43:44 +0000 Subject: Ensured parent::__construct calls within Web and Services --- framework/Web/THttpRequest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Web/THttpRequest.php') 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(); } /** -- cgit v1.2.3