From 299a291b99e0127310d99ec2a85699c67bfa5ef8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 4 Feb 2024 20:34:12 +0000 Subject: [PATCH] update --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index c69eebd..37bb1a2 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -341,7 +341,7 @@ final class ApiController extends Controller $path = '/Modules/Organization/' . $unit->name; - $uploaded = $this->app->moduleManager->get('Media')->uploadFiles( + $uploaded = $this->app->moduleManager->get('Media', 'Api')->uploadFiles( $request->getDataList('names'), $request->getDataList('filenames'), $uploadedFiles,