Explorar o código

Zend_Service_Flickr : Bugfix: Changed endpoint from HTTP to HTTPS

HTTP isn't supported anymore by Flickr so HTTPS has to be used instead.
Bernhard Rusch %!s(int64=11) %!d(string=hai) anos
pai
achega
127ac6fe6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
      */
-    const URI_BASE = 'http://www.flickr.com';
+    const URI_BASE = 'https://www.flickr.com';
 
     /**
      * Your Flickr API key