projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf139c
)
Fix php 7.2 count notice
author
eileen
<emcnaughton@wikimedia.org>
Thu, 21 Mar 2019 23:54:20 +0000
(12:54 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Thu, 21 Mar 2019 23:54:20 +0000
(12:54 +1300)
CRM/Contact/Import/ImportJob.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Import/ImportJob.php
b/CRM/Contact/Import/ImportJob.php
index 565984708154bae98a9beeba1b7f39cf658c64e2..1cec44c09e8d921bd0ee454a099645086a9d838f 100644
(file)
--- a/
CRM/Contact/Import/ImportJob.php
+++ b/
CRM/Contact/Import/ImportJob.php
@@
-271,7
+271,7
@@
class CRM_Contact_Import_ImportJob {
}
}
- if ($this->_newTagName ||
count
($this->_tag)) {
+ if ($this->_newTagName ||
!empty
($this->_tag)) {
$tagAdditions = $this->_tagImportedContactsWithNewTag($contactIds,
$this->_newTagName,
$this->_newTagDesc