summaryrefslogtreecommitdiff
path: root/framework/3rdParty
diff options
context:
space:
mode:
Diffstat (limited to 'framework/3rdParty')
-rw-r--r--framework/3rdParty/WsdlGen/WsdlGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/3rdParty/WsdlGen/WsdlGenerator.php b/framework/3rdParty/WsdlGen/WsdlGenerator.php
index cc18595e..4d6b5686 100644
--- a/framework/3rdParty/WsdlGen/WsdlGenerator.php
+++ b/framework/3rdParty/WsdlGen/WsdlGenerator.php
@@ -269,7 +269,7 @@ class WsdlGenerator
foreach($properties as $property)
{
$comment = $property->getDocComment();
- if($property->isPublic() && strpos($comment, '@soapproperty') !== false)
+ if(strpos($comment, '@soapproperty') !== false)
{
if (preg_match('/@var\s+(\w+(\[\])?)\s+\$(\w+)/mi', $comment, $match)) {
$param = array();