Skip to content

Commit

Permalink
pull request fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiul committed Jul 24, 2019
1 parent 4fc23ca commit a50de3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/forms/class-wp-job-manager-form-submit-job.php
Expand Up @@ -514,7 +514,7 @@ public function submit() {
$this->init_fields();

// Load data if necessary.
if ( $this->job_id && !$this->errors) {
if ( $this->job_id && !$this->errors ) {
$job = get_post( $this->job_id );
foreach ( $this->fields as $group_key => $group_fields ) {
foreach ( $group_fields as $key => $field ) {
Expand Down

0 comments on commit a50de3d

Please sign in to comment.