Explorar el Código

[ZF-9816] Zend_Soap_Server : mistake on spelling of the option features

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22222 44c647ce-9c0f-0410-b52a-842ac1e357ba
jan hace 15 años
padre
commit
1dc45229c4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      library/Zend/Soap/Server.php

+ 1 - 0
library/Zend/Soap/Server.php

@@ -210,6 +210,7 @@ class Zend_Soap_Server implements Zend_Server_Interface
                     $this->setWsdl($value);
                     $this->setWsdl($value);
                     break;
                     break;
                 case 'featues':
                 case 'featues':
+                case 'features':
                     $this->setSoapFeatures($value);
                     $this->setSoapFeatures($value);
                     break;
                     break;
                 case 'cache_wsdl':
                 case 'cache_wsdl':