aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-28 09:09:21 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-28 09:09:21 +0100
commitb6ac183a32c54947b05aed23e514d6fe00f3fdd4 (patch)
tree29586a78da3c67d184a838f3bdbddadbaf96ea30 /phpBB
parent5585cb79b23e43efbe8157708ed7fefbd8d8afee (diff)
downloadforums-b6ac183a32c54947b05aed23e514d6fe00f3fdd4.tar
forums-b6ac183a32c54947b05aed23e514d6fe00f3fdd4.tar.gz
forums-b6ac183a32c54947b05aed23e514d6fe00f3fdd4.tar.bz2
forums-b6ac183a32c54947b05aed23e514d6fe00f3fdd4.tar.xz
forums-b6ac183a32c54947b05aed23e514d6fe00f3fdd4.zip
[ticket/15454] Add post template data to event
PHPBB3-15454
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/mcp/mcp_queue.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php
index 58f2049449..d489649649 100644
--- a/phpBB/includes/mcp/mcp_queue.php
+++ b/phpBB/includes/mcp/mcp_queue.php
@@ -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',