File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* License: GNU/GPLv2
9
9
* @see LICENSE.txt
10
10
*
11
- * This file: Upload handler (last modified: 2022.02.01 ).
11
+ * This file: Upload handler (last modified: 2022.02.13 ).
12
12
*/
13
13
14
14
namespace phpMussel \Web ;
@@ -327,7 +327,7 @@ public function scan()
327
327
$ this ->Loader ->L10N ->getString ('field_date ' ),
328
328
$ this ->Loader ->timeFormat ($ this ->Loader ->Time , $ this ->Loader ->Configuration ['core ' ]['time_format ' ]),
329
329
$ this ->Loader ->L10N ->getString ('field_ip_address ' ),
330
- $ this ->Loader ->Configuration ['legal ' ]['pseudonymise_ip_addresses ' ] ? $ this ->Loader ->pseudonymiseIP ($ this ->IPAddr ) : $ this ->IPAddr ,
330
+ $ this ->Loader ->Configuration ['legal ' ]['pseudonymise_ip_addresses ' ] ? $ this ->Loader ->pseudonymiseIP ($ this ->Loader -> IPAddr ) : $ this -> Loader ->IPAddr ,
331
331
$ this ->Loader ->L10N ->getString ('field_header_scan_results_why_flagged ' ),
332
332
$ Detections ,
333
333
$ this ->Loader ->L10N ->getString ('field_header_hash_reconstruction ' ),
You can’t perform that action at this time.
0 commit comments