[fix] missing thumburl

This commit is contained in:
Knah Tsaeb 2014-07-16 09:14:12 +02:00
parent 9d185b0900
commit 7dfc53c60f
1 changed files with 1 additions and 0 deletions

View File

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