File tree 1 file changed +2
-2
lines changed
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") {
372
372
}
373
373
374
374
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 ' ];
376
376
} 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 " ;
378
378
}
379
379
return $ url ;
380
380
}
You can’t perform that action at this time.
0 commit comments