diff options
author | eirikhm <> | 2009-04-24 09:11:10 +0000 |
---|---|---|
committer | eirikhm <> | 2009-04-24 09:11:10 +0000 |
commit | 52939fc6732ba814bd15676a607a23c5beab61db (patch) | |
tree | c8c4201f694c582aeb9d589d53b6b434698c25c8 /framework | |
parent | f466a68c0f9cda97d3dad3a52af6265df9aa8d25 (diff) |
fixed #144
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/Services/TSoapService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/Services/TSoapService.php b/framework/Web/Services/TSoapService.php index d528fe1d..ddb5cecb 100644 --- a/framework/Web/Services/TSoapService.php +++ b/framework/Web/Services/TSoapService.php @@ -161,7 +161,7 @@ class TSoapService extends TService { if(is_array($config)) { - foreach($config as $id => $server) + foreach($config['soap'] as $id => $server) { $properties = isset($server['properties'])?$server['properties']:array(); if(isset($this->_servers[$id])) |