forked from Cavemanon/cavepaintings
more https support, and dedupe get_image/thumb_link
This commit is contained in:
@@ -402,7 +402,7 @@ function modify_url($url, $changes) {
|
||||
* @return string
|
||||
*/
|
||||
function make_http(/*string*/ $link) {
|
||||
if(strpos($link, "ttp://") > 0) {
|
||||
if(strpos($link, "://") > 0) {
|
||||
return $link;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user