diff --git a/enum_editor.php b/enum_editor.php index 570d0499d..ad2c28fec 100644 --- a/enum_editor.php +++ b/enum_editor.php @@ -40,6 +40,8 @@ require_once './libraries/header_meta_style.inc.php'; for($i = $field_counter+1; $i <= $total_fields; $i++) { echo ''; } + } else { + $_GET['extra_fields'] = 0; } ?>