Andrew Zhilin 11 jaren geleden
bovenliggende
commit
73e2822b45
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Mapper/BaseGroupedMapper.php

+ 1 - 1
Mapper/BaseGroupedMapper.php

@@ -37,7 +37,7 @@ abstract class BaseGroupedMapper extends BaseMapper
         if(array_key_exists("tab",$options) && $options["tab"]) {
             $tabs = $this->getTabs();
             if($this->currentTab) {
-                if($tabs[$name]["auto_created"]) {
+                if($tabs[$this->currentTab]["auto_created"]) {
                     throw new \Exception("New tab was added automatically when you have added field or group. You should close current tab before adding new one OR add tabs before adding groups and fields");
                 } else {
                     throw new \Exception("You should close previous tab with end() before adding new tab");