[fix] missing thumburl
This commit is contained in:
parent
9d185b0900
commit
7dfc53c60f
1 changed files with 1 additions and 0 deletions
|
@ -2008,6 +2008,7 @@ function computeThumbnail($url,$href=false)
|
||||||
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
|
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
|
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
|
||||||
|
|
Loading…
Reference in a new issue