Просмотр исходного кода

ZF-11092: Copy/paste error in Zend_Cloud_DocumentService_Adapter_SimpleDb

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23746 44c647ce-9c0f-0410-b52a-842ac1e357ba
intiilapa 15 лет назад
Родитель
Сommit
55ec54a35a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      library/Zend/Cloud/DocumentService/Adapter/SimpleDb.php

+ 1 - 1
library/Zend/Cloud/DocumentService/Adapter/SimpleDb.php

@@ -82,7 +82,7 @@ class Zend_Cloud_DocumentService_Adapter_SimpleDb
         );
         );
 
 
         if (isset($options[self::HTTP_ADAPTER])) {
         if (isset($options[self::HTTP_ADAPTER])) {
-            $this->_sqs->getHttpClient()->setAdapter($options[self::HTTP_ADAPTER]);
+            $this->_simpleDb->getHttpClient()->setAdapter($options[self::HTTP_ADAPTER]);
         }
         }
 
 
         if (isset($options[self::DOCUMENT_CLASS])) {
         if (isset($options[self::DOCUMENT_CLASS])) {