1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

return the constructed url

This commit is contained in:
Karl 'vollmerk' Vollmer 2009-05-10 16:21:03 +00:00
parent 877e451f7a
commit b0100f954d

View file

@ -991,7 +991,9 @@ class Album extends database_object {
$name = 'art.' . $type;
Config::get('web_path') . '/image.php?id=' . scrub_out($album_id) . '&auth=' . $sid . '&name=' . $name;
$url = Config::get('web_path') . '/image.php?id=' . scrub_out($album_id) . '&auth=' . $sid . '&name=' . $name;
return $url;
} // get_art_url