jdarwood007

jdarwood007 commited on 2020-01-04 11:49:53
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -701,7 +701,7 @@ class SFSL
701 701
 			'result_raw' => $row['result'],
702 702
 		);
703 703
 
704
-		$return['checks'] = $this->getSFSLogPrepareEntryChecks($row, $checksDecoded);
704
+		$return['checks'] = $this->getSFSLogPrepareEntryChecks($row);
705 705
 		$return['result'] = $this->getSFSLogPrepareEntryResult($row);
706 706
 
707 707
 		return $return;
708 708