File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,9 +372,9 @@ function buildPhotoURL ($photo, $size = "Medium") {
372372 }
373373
374374 if ($ size == "original " ) {
375- $ url = "http ://farm " . $ photo ['farm ' ] . ".static.flickr.com/ " . $ photo ['server ' ] . "/ " . $ photo ['id ' ] . "_ " . $ photo ['originalsecret ' ] . "_o " . ". " . $ photo ['originalformat ' ];
375+ $ url = "https ://farm " . $ photo ['farm ' ] . ".static.flickr.com/ " . $ photo ['server ' ] . "/ " . $ photo ['id ' ] . "_ " . $ photo ['originalsecret ' ] . "_o " . ". " . $ photo ['originalformat ' ];
376376 } else {
377- $ url = "http ://farm " . $ photo ['farm ' ] . ".static.flickr.com/ " . $ photo ['server ' ] . "/ " . $ photo ['id ' ] . "_ " . $ photo ['secret ' ] . $ sizes [$ size ] . ".jpg " ;
377+ $ url = "https ://farm " . $ photo ['farm ' ] . ".static.flickr.com/ " . $ photo ['server ' ] . "/ " . $ photo ['id ' ] . "_ " . $ photo ['secret ' ] . $ sizes [$ size ] . ".jpg " ;
378378 }
379379 return $ url ;
380380 }
You can’t perform that action at this time.
0 commit comments