mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 01:20:40 +01:00
[ticket/15454] Add post template data to event
PHPBB3-15454
This commit is contained in:
parent
5585cb79b2
commit
b6ac183a32
@ -334,6 +334,7 @@ class mcp_queue
|
||||
* @var int topic_id Topic ID
|
||||
* @var array topic_info Topic data
|
||||
* @var array post_info Post data
|
||||
* @var array post_data Post template data
|
||||
* @var string message Post message
|
||||
* @var string post_url Post URL
|
||||
* @var string topic_url Topic URL
|
||||
@ -344,6 +345,7 @@ class mcp_queue
|
||||
'topic_id',
|
||||
'topic_info',
|
||||
'post_info',
|
||||
'post_data',
|
||||
'message',
|
||||
'post_url',
|
||||
'topic_url',
|
||||
|
Loading…
x
Reference in New Issue
Block a user