diff --git a/Sources/VisualWarning.php b/Sources/VisualWarning.php index aadc669..97c0f12 100644 --- a/Sources/VisualWarning.php +++ b/Sources/VisualWarning.php @@ -106,7 +106,7 @@ function AddWarning2() preparsecode($message); // update moderation log - logAction("vwarning", array('user' => $_REQUEST['user'], 'level' => $_REQUEST['level'], $message)); + logAction("vwarning", array('member' => $_REQUEST['user'], 'level' => $_REQUEST['level'], 'message' => $message)); $request = db_query(" SELECT ID_MEMBER, memberName, warning, emailAddress