We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ba8a8 commit 20a3807Copy full SHA for 20a3807
Classes/Domain/Factory/FileFactory.php
@@ -161,7 +161,7 @@ protected function getUploadFolder(): string
161
protected function getFormUid(Form $form = null): int
162
{
163
if ($form === null) {
164
- $arguments = FrontendUtility::getArguments();
+ $arguments = FrontendUtility::getArguments(FrontendUtility::getPluginName());
165
return (int)$arguments['mail']['form'];
166
}
167
return $form->getUid();
0 commit comments