[fix] missing thumburl

This commit is contained in:
Knah Tsaeb 2014-07-16 09:33:27 +02:00
parent 7dfc53c60f
commit 0d5968d8bf

View file

@ -2007,9 +2007,10 @@ function computeThumbnail($url,$href=false)
} else {
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
}
}
} else {
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
}
}
} else {
$thumburl = $GLOBALS['config']['externalThumbshot'].urlencode($url);
}