فهرست منبع

Fix method call name

Thomas Rabaix 13 سال پیش
والد
کامیت
fd8541b44a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;