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.
2 parents 0300093 + 20a3807 commit 7313438Copy full SHA for 7313438
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