Skip to content

Commit 9d9df1d

Browse files
committed
Fix Export found by @samjunction
1 parent 00fd5cf commit 9d9df1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Export/MetaTaskExport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ protected function findMissingFields($task_id, $project_id)
177177

178178
foreach ($custom_fields as $field) {
179179
if (!in_array($field, $meta_fields)) {
180-
$metadata['$field'] = '';
180+
$metadata[$field] = '';
181181
}
182182
}
183183

0 commit comments

Comments
 (0)