Correctly use the url_upload configuration variable.
This commit is contained in:
parent
c8e523d8c7
commit
3f31d37955
@ -151,7 +151,7 @@ class IDF_Upload extends Pluf_Model
|
||||
|
||||
function getAbsoluteUrl($project)
|
||||
{
|
||||
return Pluf::f('url_media').'/upload/'.$project->shortname.'/files/'.$this->file;
|
||||
return Pluf::f('url_upload').'/'.$project->shortname.'/files/'.$this->file;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user