Skip to content

Commit

Permalink
Merge branch 'hotfix/soap_autodiscover-revert' of https://github.com/…
Browse files Browse the repository at this point in the history
…Intiilapa/zf2 into hotfix/soap_autodiscover
  • Loading branch information
weierophinney committed May 23, 2011
2 parents 2513650 + ee4bce8 commit c48e63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Soap/AutoDiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class AutoDiscover implements \Zend\Server\Server
*/
public function __construct($strategy = true, $uri=null, $wsdlClass=null)
{
$this->_reflection = new \Zend\Server\Reflection\Reflection();
$this->_reflection = new \Zend\Server\Reflection();
$this->setComplexTypeStrategy($strategy);

if($uri !== null) {
Expand Down

0 comments on commit c48e63d

Please sign in to comment.