Skip to content

Commit

Permalink
Merge pull request #126 from regisvidal/119_customFieldTableIndex
Browse files Browse the repository at this point in the history
119 custom field table index
  • Loading branch information
playmono committed Feb 19, 2016
2 parents 48d1342 + 693e673 commit 3bf701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/actions/MakePackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ protected function getModuleCustomFieldTable($moduleName, $o_module)
$a_tables = array_keys($focus->customFieldTable);

$o_module->customFieldTable = $a_tables[0];
$o_module->customFieldTableIndex = $focus->customFieldTable[$a_tables[0]];
$o_module->customFieldTableIndex = $focus->customFieldTable[$a_tables[1]];
}
}
}
Expand Down

0 comments on commit 3bf701d

Please sign in to comment.