diff --git a/include/class.ticket.php b/include/class.ticket.php index 275ef78c26b88c7dc306e18753c7196b2b8cf51d..ddef88ff2e5a9632f7d1e2fe10a580014cdcd450 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()))