Skip to content

Commit 20a3807

Browse files
Update FileFactory.php
Closes #647
1 parent f0ba8a8 commit 20a3807

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)