Automation init...3
This commit is contained in:
parent
32ef26d95f
commit
ef35c6af21
@ -21,7 +21,7 @@ class MangboardStorage extends FileStorage
|
|||||||
}
|
}
|
||||||
public function getUploadURL(): string
|
public function getUploadURL(): string
|
||||||
{
|
{
|
||||||
return sprintf("/wp-content/%s", parent::getUploadURL());
|
return sprintf("/wp-content/%s/%s", parent::getUploadURL(), $this->getBasePath());
|
||||||
}
|
}
|
||||||
public function getModel(): FileModel
|
public function getModel(): FileModel
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user