浏览代码

fix function name

Thomas 14 年之前
父节点
当前提交
b71b0715c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Resources/views/CRUD/edit_array.twig

+ 1 - 1
Resources/views/CRUD/edit_array.twig

@@ -11,4 +11,4 @@ file that was distributed with this source code.
 
 {% extends 'Sonata/BaseApplicationBundle:CRUD:base_edit_field.twig' %}
 
-{% block field %}{{ form_fiel(field_element, {'class' : 'title'}) }}{% endblock %}
+{% block field %}{{ form_field(field_element, {'class' : 'title'}) }}{% endblock %}