Browse Source

Fix method call name

Thomas Rabaix 13 năm trước cách đây
mục cha
commit
fd8541b44a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Show/ShowMapper.php

+ 1 - 1
Show/ShowMapper.php

@@ -119,7 +119,7 @@ class ShowMapper
             $showGroups[$name] = array_merge(array('collapsed' => false, 'fields' => array()), $options);
         }
 
-        $this->admin->setFormGroups($showGroups);
+        $this->admin->setShowGroups($showGroups);
 
         $this->currentGroup = $name;