Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Development
Core
Commits
898f01ea
Commit
898f01ea
authored
Jan 15, 2019
by
colemanw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translate untranslated string
parent
1130d034
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CRM/Case/BAO/Case.php
CRM/Case/BAO/Case.php
+1
-1
No files found.
CRM/Case/BAO/Case.php
View file @
898f01ea
...
...
@@ -1426,7 +1426,7 @@ SELECT case_status.label AS case_status, status_id, civicrm_case_type.title AS c
)
);
$activityParams
[
'subject'
]
=
$activitySubject
.
' - copy sent to '
.
$displayName
;
$activityParams
[
'subject'
]
=
ts
(
'%1 - copy sent to %2'
,
[
1
=>
$activitySubject
,
2
=>
$displayName
])
;
$activityParams
[
'details'
]
=
$message
;
if
(
!
empty
(
$result
[
$info
[
'contact_id'
]]))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment