Skip to content

Commit

Permalink
Merge pull request #13427 from chamilwijesooriya/issue-652
Browse files Browse the repository at this point in the history
GitLab issue 652 Copying activity file custom data doesn't copy mime …
  • Loading branch information
colemanw authored Jan 21, 2019
2 parents bf6eb37 + ee59be7 commit 03b996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Activity/BAO/Activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -3127,7 +3127,7 @@ public static function copyExtendedActivityData($params) {
$fileValues = CRM_Core_BAO_File::path($value, $params['activityID']);
$customParams["custom_{$key}_-1"] = array(
'name' => $fileValues[0],
'path' => $fileValues[1],
'type' => $fileValues[1],
);
}
else {
Expand Down

0 comments on commit 03b996d

Please sign in to comment.