aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-06-09 12:37:08 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-06-09 12:37:08 +0000
commit4ba2921cec1cc0aebff9eb260a9c9174fb3a69e1 (patch)
tree90143ae2f75779e71f07b62d179ddbadf6e68aaf /phpBB/includes/functions_posting.php
parentfe2343965bf88a3e695bb93e7d45da8d9261ccf2 (diff)
downloadforums-4ba2921cec1cc0aebff9eb260a9c9174fb3a69e1.tar
forums-4ba2921cec1cc0aebff9eb260a9c9174fb3a69e1.tar.gz
forums-4ba2921cec1cc0aebff9eb260a9c9174fb3a69e1.tar.bz2
forums-4ba2921cec1cc0aebff9eb260a9c9174fb3a69e1.tar.xz
forums-4ba2921cec1cc0aebff9eb260a9c9174fb3a69e1.zip
#23945
git-svn-id: file:///svn/phpbb/trunk@8632 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r--phpBB/includes/functions_posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index df5609edf1..d35cb44c9c 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -1857,6 +1857,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll, &$data, $u
'topic_last_poster_id' => (int) $user->data['user_id'],
'topic_last_poster_name' => (!$user->data['is_registered'] && $username) ? $username : (($user->data['user_id'] != ANONYMOUS) ? $user->data['username'] : ''),
'topic_last_poster_colour' => $user->data['user_colour'],
+ 'topic_last_post_subject' => (string) $subject,
);
}