Insert leading slash into basedir for station URL
This commit is contained in:
parent
1ad024ca8d
commit
5acad059de
2 changed files with 4 additions and 1 deletions
|
@ -160,7 +160,7 @@ class CcFiles extends BaseCcFiles {
|
|||
throw new Exception("Bad file extension.");
|
||||
}
|
||||
|
||||
$callbackUrl = Application_Common_HTTPHelper::getStationUrl() . "rest/media/" . $file->getPrimaryKey();
|
||||
$callbackUrl = Application_Common_HTTPHelper::getStationUrl() . "/rest/media/" . $file->getPrimaryKey();
|
||||
|
||||
Application_Service_MediaService::importFileToLibrary($callbackUrl, $filePath,
|
||||
$originalFilename, self::getOwnerId(), $copyFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue