chore(legacy): use Config::getPublicUrl helper
Replace Application_Common_HTTPHelper::getStationUrl with Config::getPublicUrl.
This commit is contained in:
parent
72960593c7
commit
829b9bcd5b
17 changed files with 23 additions and 51 deletions
|
@ -82,7 +82,7 @@ class FileDataHelper
|
|||
*/
|
||||
public static function getArtworkData($file, $size, $filepath = false)
|
||||
{
|
||||
$baseUrl = Application_Common_HTTPHelper::getStationUrl();
|
||||
$baseUrl = Config::getPublicUrl();
|
||||
$default = $baseUrl . 'css/images/no-cover.jpg';
|
||||
|
||||
if ($filepath != false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue