1
0
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:
Marc Alexander 2017-12-28 09:09:21 +01:00
parent 5585cb79b2
commit b6ac183a32
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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',