From ddea098ba7109c8d294b723f1534611404fd77a8 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 04:39:29 +0000 Subject: Ensured parent::__construct calls within TRpcClient and TXmlDocument --- framework/Util/TRpcClient.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Util') diff --git a/framework/Util/TRpcClient.php b/framework/Util/TRpcClient.php index 22af2d55..867c68d2 100644 --- a/framework/Util/TRpcClient.php +++ b/framework/Util/TRpcClient.php @@ -65,6 +65,7 @@ class TRpcClient extends TApplicationComponent */ public function __construct($serverUrl, $isNotification = false) { + parent::__construct(); $this->_serverUrl = $serverUrl; $this->_isNotification = TPropertyValue::ensureBoolean($isNotification); } -- cgit v1.2.3