Skip to content

Commit 7313438

Browse files
authored
Merge pull request #736 from vivien-lindemann-gfz/patch-2
Update FileFactory.php Resolves #647
2 parents 0300093 + 20a3807 commit 7313438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Domain/Factory/FileFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ protected function getUploadFolder(): string
161161
protected function getFormUid(Form $form = null): int
162162
{
163163
if ($form === null) {
164-
$arguments = FrontendUtility::getArguments();
164+
$arguments = FrontendUtility::getArguments(FrontendUtility::getPluginName());
165165
return (int)$arguments['mail']['form'];
166166
}
167167
return $form->getUid();

0 commit comments

Comments
 (0)