[fix] missing thumburl

This commit is contained in:
Knah Tsaeb 2014-07-16 09:33:27 +02:00
parent 7dfc53c60f
commit 0d5968d8bf
1 changed files with 2 additions and 1 deletions

View File

@ -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);