ZF-11092: Copy/paste error in Zend_Cloud_DocumentService_Adapter_SimpleDb
Description
In line 85, the constructor uses {{$this->_sqs}}:
if (isset($options[self::HTTP_ADAPTER])) {
$this->_sqs->getHttpClient()->setAdapter($options[self::HTTP_ADAPTER]);
}
but the call should be to {{$this->_simpleDb}}.
Comments
Posted by Benoît Durand (intiilapa) on 2011-02-19T23:16:55.000+0000
Fixed in r23746.