diff --git a/include/class.ticket.php b/include/class.ticket.php
index aa20928f50cec3533f8cada581d7fc8645257260..d6a4fd32951b6917b2b1f918f49a4281aa65cb82 100644
--- a/include/class.ticket.php
+++ b/include/class.ticket.php
@@ -1387,7 +1387,7 @@ class Ticket{
             .' ,pid='.db_input($vars['msgId'])
             .' ,body='.db_input(Format::striptags($vars['response']))
             .' ,staff_id='.db_input($thisstaff->getId())
-            .' ,staff_name='.db_input($thisstaff->getName())
+            .' ,poster='.db_input($thisstaff->getName())
             .' ,ip_address='.db_input($thisstaff->getIP());
 
         if(!db_query($sql) || !($respId=db_insert_id()))