diff --git a/library/ajax/thanks.php b/library/ajax/thanks.php index 146c80f41..d461f7d2c 100644 --- a/library/ajax/thanks.php +++ b/library/ajax/thanks.php @@ -33,6 +33,7 @@ switch ($mode) { $columns = 'topic_id, user_id, time'; $values = "$topic_id, {$userdata['user_id']}, " . TIMENOW; DB()->query('REPLACE INTO ' . BB_THX . " ($columns) VALUES ($values)"); + $this->response['html'] = '' . profile_url($userdata) . ' (' . bb_date(TIMENOW) . ')'; break;