Skip to content

Commit 80ea7dc

Browse files
committed
Library/Logger: Fix 1e76587
1 parent 1e76587 commit 80ea7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/Dblogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function __construct()
4545
*/
4646
public function getLogs(?string $type = "", int $offset = 0, int $limit = 0, int $accountId = 0, string|null|array $event = ""): mixed
4747
{
48-
return $this->CI->logger_model->getLogsDb($type, $offset, $limit, $accountId);
48+
return $this->CI->logger_model->getLogsDb($type, $offset, $limit, $accountId, $event);
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)