Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.28
-
Fix Version/s: None
-
Component/s: Import
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
Hi!
In this method
CRM/Contact/Import/ImportJob.php#L419
static method getIncompleteImportTables uses variable $this:
{{ public static function getIncompleteImportTables() {}}
...
{{ if (!$this->isComplete($importTable)) {}}
...
{{ }}}
so this can lead to fatal error (using $this when not in object context )
This possible defect found by AppChecker