From 0bc5e951987ff77b2f1611981fcdb33efcc55ad6 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 11 May 2014 09:40:26 +0200 Subject: [PATCH] [ticket/12407] Fix incorrect @since line in event PHPBB3-12407 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index bdb4d21924..345b5b094e 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1596,7 +1596,7 @@ $page_data = array( * @var array page_data Posting page data that should be passed to the * posting page via $template->assign_vars() * @var object message_parser The message parser object -* @since 3.1-A1 +* @since 3.1.0-a1 * @change 3.1.0-b3 Added vars post_data, moderators, mode, page_title, * s_topic_icons, form_enctype, s_action, s_hidden_fields, * post_id, topic_id, forum_id, submit, preview, save, load,