mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'ticket/bantu/9754' into develop-olympus
* ticket/bantu/9754: [ticket/9754] Populate S_USER_POSTED variable with correct value in search.php
This commit is contained in:
commit
e51e7701cd
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
|||
|
||||
'S_TOPIC_GLOBAL' => (!$forum_id) ? true : false,
|
||||
'S_TOPIC_TYPE' => $row['topic_type'],
|
||||
'S_USER_POSTED' => (!empty($row['mark_type'])) ? true : false,
|
||||
'S_USER_POSTED' => (!empty($row['topic_posted'])) ? true : false,
|
||||
'S_UNREAD_TOPIC' => $unread_topic,
|
||||
|
||||
'S_TOPIC_REPORTED' => (!empty($row['topic_reported']) && $auth->acl_get('m_report', $forum_id)) ? true : false,
|
||||
|
|
Loading…
Add table
Reference in a new issue