Skip to content

Commit

Permalink
staff_name was renamed to poster in the ticket_thread table
Browse files Browse the repository at this point in the history
  • Loading branch information
greezybacon committed Apr 23, 2012
1 parent 0833e3d commit 960403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/class.ticket.php
Expand Up @@ -1387,7 +1387,7 @@ function postReply($vars, $files, $errors, $alert = true) {
.' ,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()))
Expand Down

0 comments on commit 960403b

Please sign in to comment.