From b6ac183a32c54947b05aed23e514d6fe00f3fdd4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 28 Dec 2017 09:09:21 +0100 Subject: [PATCH] [ticket/15454] Add post template data to event PHPBB3-15454 --- phpBB/includes/mcp/mcp_queue.php | 2 ++ 1 file changed, 2 insertions(+) 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',