mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
Fixed some undefined variables (my bad ;))
git-svn-id: file:///svn/phpbb/trunk@3946 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
c74b68c26b
commit
c3e4f02d49
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ do
|
|||
'poster' => $poster,
|
||||
'user_id' => $row['user_id'],
|
||||
'topic_id' => $row['topic_id'],
|
||||
'forum_id' => $row['forum_id'],
|
||||
'post_subject' => $row['post_subject'],
|
||||
'post_edit_count' => $row['post_edit_count'],
|
||||
'post_edit_time' => $row['post_edit_time'],
|
||||
|
|
Loading…
Add table
Reference in a new issue