@@ -302,10 +302,10 @@ |
||
| 302 | 302 | |
| 303 | 303 | protected function getFormType($name) |
| 304 | 304 | { |
| 305 | - if(method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) { |
|
| 306 | - return $this->formTypeMap[$name]; |
|
| 307 | - } |
|
| 305 | + if(method_exists('Symfony\Component\Form\AbstractType', 'getBlockPrefix')) { |
|
| 306 | + return $this->formTypeMap[$name]; |
|
| 307 | + } |
|
| 308 | 308 | |
| 309 | - return $name; |
|
| 309 | + return $name; |
|
| 310 | 310 | } |
| 311 | 311 | } |