X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5ef582473f6b329be18ad83c61e053fdcd9c6ed5..b5d95bbf6e8ce2b60c6640cdee5571025524e1a6:/cf_custom_fields.php diff --git a/cf_custom_fields.php b/cf_custom_fields.php index 35ae94d0..a44f30c6 100644 --- a/cf_custom_fields.php +++ b/cf_custom_fields.php @@ -40,9 +40,9 @@ $form = new Form('customFieldsForm'); if ($request->getMethod() == 'POST') { if ($request->getParameter('btn_add')) { - // The Add button clicked. Redirect to cf_custom_field_add.php page. - header('Location: cf_custom_field_add.php'); - exit(); + // The Add button clicked. Redirect to cf_custom_field_add.php page. + header('Location: cf_custom_field_add.php'); + exit(); } } else { $form->addInput(array('type'=>'submit','name'=>'btn_add','value'=>$i18n->getKey('button.add')));