diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-12 19:26:59 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-12 19:41:17 +0200 |
commit | 578ee077c114f63a6de0c277669ba91bd9f1219f (patch) | |
tree | 3d07ae23ed94643e0323f926c38a7d130436048b /phpBB/includes/acp/acp_forums.php | |
parent | f3e2bd9273e69445923c940b4588c8e4a7fdf1db (diff) | |
download | forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar.gz forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar.bz2 forums-578ee077c114f63a6de0c277669ba91bd9f1219f.tar.xz forums-578ee077c114f63a6de0c277669ba91bd9f1219f.zip |
[ticket/14234] Fix change version and remove more references
PHPBB3-14234
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r-- | phpBB/includes/acp/acp_forums.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php index d81eef7871..8faca73019 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -959,7 +959,7 @@ class acp_forums * @var array errors Array of errors, should be strings and not * language key. * @since 3.1.0-a1 - * @change 3.1.7-RC1 Replaced forum_data with forum_data_ary + * @change 3.2.0-a1 Replaced forum_data with forum_data_ary */ $vars = array('forum_data_ary', 'errors'); extract($phpbb_dispatcher->trigger_event('core.acp_manage_forums_validate_data', compact($vars))); @@ -1072,7 +1072,7 @@ class acp_forums * If forum_data_sql[forum_id] is set, we update * that forum, otherwise a new one is created. * @since 3.1.0-a1 - * @change 3.1.7-RC1 Replaced forum_data by forum_data_ary + * @change 3.2.0-a1 Replaced forum_data by forum_data_ary */ $vars = array('forum_data_ary', 'forum_data_sql'); extract($phpbb_dispatcher->trigger_event('core.acp_manage_forums_update_data_before', compact($vars))); @@ -1369,7 +1369,7 @@ class acp_forums * @var array errors Array of errors, should be strings and not * language key. * @since 3.1.0-a1 - * @change 3.1.7-RC1 Replaced forum_data with forum_data_ary + * @change 3.2.0-a1 Replaced forum_data with forum_data_ary */ $vars = array('forum_data_ary', 'forum_data_sql', 'is_new_forum', 'errors'); extract($phpbb_dispatcher->trigger_event('core.acp_manage_forums_update_data_after', compact($vars))); |