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/Services/TSoapService.php | |
parent | ddea098ba7109c8d294b723f1534611404fd77a8 (diff) |
Ensured parent::__construct calls within Web and Services
Diffstat (limited to 'framework/Web/Services/TSoapService.php')
-rw-r--r-- | framework/Web/Services/TSoapService.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/Services/TSoapService.php b/framework/Web/Services/TSoapService.php index ddb5cecb..4db97544 100644 --- a/framework/Web/Services/TSoapService.php +++ b/framework/Web/Services/TSoapService.php @@ -101,6 +101,7 @@ class TSoapService extends TService */ public function __construct() { + parent::__construct(); $this->setID('soap'); } |