diff options
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'); } |