Ver código fonte

Merge pull request #392 from brusch/master

Zend_Service_Flickr : Bugfix: Changed endpoint from HTTP to HTTPS
Rob Allen 11 anos atrás
pai
commit
29e4821403
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      library/Zend/Service/Flickr.php

+ 1 - 1
library/Zend/Service/Flickr.php

@@ -36,7 +36,7 @@ class Zend_Service_Flickr
     /**
     /**
      * Base URI for the REST client
      * Base URI for the REST client
      */
      */
-    const URI_BASE = 'http://www.flickr.com';
+    const URI_BASE = 'https://www.flickr.com';
 
 
     /**
     /**
      * Your Flickr API key
      * Your Flickr API key