Explorar el Código

Fix method call name

Thomas Rabaix hace 13 años
padre
commit
fd8541b44a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;