Jelajahi Sumber

Fixes ZF-7852 Removed stray legacy include of Zend_Rest_Client in the Zend_Service_Simpy constructor

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18135 44c647ce-9c0f-0410-b52a-842ac1e357ba
elazar 16 tahun lalu
induk
melakukan
a683dccce0
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      library/Zend/Service/Simpy.php

+ 0 - 1
library/Zend/Service/Simpy.php

@@ -62,7 +62,6 @@ class Zend_Service_Simpy
         /**
          * @see Zend_Service_Rest
          */
-        require_once 'Zend/Rest/Client.php';
         $this->_http = new Zend_Http_Client;
         $this->_http->setAuth($username, $password);
     }