mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-07 04:58:42 +00:00
Fixed wrong function call
This commit is contained in:
parent
e96eec19da
commit
18f1428fb3
|
|
@ -224,7 +224,6 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
$upload = new UploadFile();
|
||||
$path = self::createMediaPath($basePath);
|
||||
$upload->setOutputDir($path);
|
||||
$upload->setFileName(false);
|
||||
|
||||
$status = $upload->upload($files);
|
||||
$mediaCreated = self::createDbEntries($status, $account);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user