File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ public function __construct(\phpMussel\Core\Loader &$Loader)
85
85
if ($ this ->CalledFrom === 'CLI ' ) {
86
86
$ Origin = 'CLI ' ;
87
87
} elseif ($ this ->Loader ->Configuration ['legal ' ]['pseudonymise_ip_addresses ' ]) {
88
- $ Origin = $ this ->Loader ->pseudonymiseIP ($ this ->IPAddr );
88
+ $ Origin = $ this ->Loader ->pseudonymiseIP ($ this ->Loader -> IPAddr );
89
89
} else {
90
- $ Origin = $ this ->IPAddr ;
90
+ $ Origin = $ this ->Loader -> IPAddr ;
91
91
}
92
92
93
93
/** Get detections. */
@@ -1014,7 +1014,7 @@ private function recursor($Files = '', int $Depth = -1): void
1014
1014
$ this ->quarantine (
1015
1015
$ In ,
1016
1016
$ this ->Loader ->Configuration ['quarantine ' ]['quarantine_key ' ],
1017
- $ this ->IPAddr ,
1017
+ $ this ->Loader -> IPAddr ,
1018
1018
$ qfu
1019
1019
);
1020
1020
$ this ->Loader ->HashReference .= sprintf ($ this ->Loader ->L10N ->getString ('response.Quarantined as ' ), $ qfu ) . "\n" ;
@@ -1086,7 +1086,7 @@ private function recursor($Files = '', int $Depth = -1): void
1086
1086
$ this ->quarantine (
1087
1087
$ In ,
1088
1088
$ this ->Loader ->Configuration ['quarantine ' ]['quarantine_key ' ],
1089
- $ this ->IPAddr ,
1089
+ $ this ->Loader -> IPAddr ,
1090
1090
$ qfu
1091
1091
);
1092
1092
$ this ->Loader ->HashReference .= sprintf ($ this ->Loader ->L10N ->getString ('response.Quarantined as ' ), $ qfu );
You can’t perform that action at this time.
0 commit comments