Skip to content

Commit c5b6eee

Browse files
Hotfix for SingleUploadType
1 parent 13ed3f7 commit c5b6eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/EventListener/SingleUploadSubscriber.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ private function isFieldSingleUpload(ResolvedFormTypeInterface $formTypeInterfac
160160
if ($formTypeInterface == null) {
161161
return false;
162162
}
163-
if (get_class($formTypeInterface->getInnerType()) == 'Admingen\FormExtensionsBundle\Form\Type\SingleUploadType') {
163+
if (get_class($formTypeInterface->getInnerType()) == 'Admingenerator\FormExtensionsBundle\Form\Type\SingleUploadType') {
164164
return true;
165165
}
166166

0 commit comments

Comments
 (0)