mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 15:16:16 +02:00
Merge branch 'ticket/bantu/9503' into develop-olympus
* ticket/bantu/9503: [ticket/9503] Show 'No subject specified' in 'Posts awaiting approval'.
This commit is contained in:
commit
e08395745b
@ -428,7 +428,7 @@ class mcp_queue
|
||||
|
||||
'POST_ID' => $row['post_id'],
|
||||
'FORUM_NAME' => (!$global_topic) ? $forum_names[$row['forum_id']] : $user->lang['GLOBAL_ANNOUNCEMENT'],
|
||||
'POST_SUBJECT' => $row['post_subject'],
|
||||
'POST_SUBJECT' => ($row['post_subject'] != '') ? $row['post_subject'] : $user->lang['NO_SUBJECT'],
|
||||
'TOPIC_TITLE' => $row['topic_title'],
|
||||
'POST_TIME' => $user->format_date($row['post_time']))
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user