Skip to content

Commit

Permalink
Fix Export found by @samjunction
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Feb 17, 2023
1 parent 00fd5cf commit 9d9df1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Export/MetaTaskExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ protected function findMissingFields($task_id, $project_id)

foreach ($custom_fields as $field) {
if (!in_array($field, $meta_fields)) {
$metadata['$field'] = '';
$metadata[$field] = '';
}
}

Expand Down

0 comments on commit 9d9df1d

Please sign in to comment.