Skip to content

Commit 76c6b87

Browse files
committed
fix table name
1 parent 7514d2b commit 76c6b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/lib/UnitySQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function editPage($id, $content, $operator)
213213
public function addLog($operator, $operator_ip, $action_type, $recipient)
214214
{
215215
$this->insert(
216-
self::TABLE_REQS,
216+
self::TABLE_AUDIT_LOG,
217217
[
218218
"operator" => $operator,
219219
"operator_ip" => $operator_ip,

0 commit comments

Comments
 (0)