diff --git a/inc/plugins/trashbin.php b/inc/plugins/trashbin.php index cf0df4b..94e9351 100644 --- a/inc/plugins/trashbin.php +++ b/inc/plugins/trashbin.php @@ -335,6 +335,7 @@ function trashbin_escape_post($post) $post['username'] = $db->escape_string($post['username']); $post['message'] = $db->escape_string($post['message']); $post['editreason'] = $db->escape_string($post['editreason']); + $post['ipaddress'] = $db->escape_string($post['ipaddress']); return $post; }