Fix for when we have a duplicate FTN and we are logging that - Attempt to read property ftn on string
This commit is contained in:
@@ -144,7 +144,7 @@ class Node
|
||||
case 'ftn_other':
|
||||
// Ignore any duplicate FTNs that we get
|
||||
if ($this->ftns_other->search($value) !== FALSE) {
|
||||
Log::debug(sprintf('%s: - Ignoring Duplicate FTN [%s]',__METHOD__,$value->ftn));
|
||||
Log::debug(sprintf('%s: - Ignoring Duplicate FTN [%s]',__METHOD__,$value));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user