Fixed : log.class.php
This commit is contained in:
parent
21eb18bb20
commit
33aa910508
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class CBLogs
|
|||
$success = $a['success'];
|
||||
$details = $a['details'];
|
||||
|
||||
$db->insert('action_log',
|
||||
$db->insert(tbl('action_log'),
|
||||
array
|
||||
(
|
||||
'action_type',
|
||||
|
|
Loading…
Add table
Reference in a new issue