Browse Source

Fix method call name

Thomas Rabaix 13 years ago
parent
commit
fd8541b44a
1 changed files with 1 additions and 1 deletions
  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;