Return prefix thumbUrl
This commit is contained in:
parent
d686a2b083
commit
e6d9261d18
@ -464,6 +464,7 @@ class Photo extends Module {
|
||||
|
||||
# Parse url
|
||||
$photo['url'] = LYCHEE_URL_UPLOADS_BIG . $photo['url'];
|
||||
$photo['thumbUrl'] = LYCHEE_URL_UPLOADS_THUMB . $photo['thumbUrl'];
|
||||
|
||||
if ($albumID!='false') {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user