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
4e6e5cc7
Unverified
Commit
4e6e5cc7
authored
Jan 20, 2019
by
colemanw
Committed by
GitHub
Jan 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13457 from mattwire/contact_note
REF Remove undefined variable when creating note
parents
959b0b1b
304ff6ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
CRM/Contact/BAO/Contact.php
CRM/Contact/BAO/Contact.php
+0
-3
No files found.
CRM/Contact/BAO/Contact.php
View file @
4e6e5cc7
...
...
@@ -379,9 +379,6 @@ class CRM_Contact_BAO_Contact extends CRM_Contact_DAO_Contact {
}
else
{
$contactId
=
$contact
->
id
;
if
(
isset
(
$note
[
'contact_id'
]))
{
$contactId
=
$note
[
'contact_id'
];
}
//if logged in user, overwrite contactId
if
(
$userID
)
{
$contactId
=
$userID
;
...
...
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