forked from wallabag/wallabag
Fix recent update
- some missing url parameters from WallabagRestController & EntryController - use a service for `EntryFilterType` to use fully qualified name instead (so changing class signature) - update ImportBundle (url & form)
This commit is contained in:
@ -26,7 +26,7 @@ class UserInformationType extends AbstractType
|
||||
|
||||
public function getParent()
|
||||
{
|
||||
return 'fos_user_registration';
|
||||
return 'FOS\UserBundle\Form\Type\RegistrationFormType';
|
||||
}
|
||||
|
||||
public function configureOptions(OptionsResolver $resolver)
|
||||
|
||||
Reference in New Issue
Block a user