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