diff options
author | javiexin <javiexin@gmail.com> | 2015-04-27 15:35:09 +0200 |
---|---|---|
committer | javiexin <javiexin@gmail.com> | 2015-04-27 15:35:09 +0200 |
commit | 18e8f281be21e241c50d7ed55a16475d222e144a (patch) | |
tree | 421f34cd6230aef6dd9de719691558283f51a71a /phpBB/includes/mcp | |
parent | e98a5afd07fdd18c8ed877655089e842a1db5f8a (diff) | |
download | forums-18e8f281be21e241c50d7ed55a16475d222e144a.tar forums-18e8f281be21e241c50d7ed55a16475d222e144a.tar.gz forums-18e8f281be21e241c50d7ed55a16475d222e144a.tar.bz2 forums-18e8f281be21e241c50d7ed55a16475d222e144a.tar.xz forums-18e8f281be21e241c50d7ed55a16475d222e144a.zip |
[ticket/13786] Add events to add MCP post options
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix typo.
PHPBB3-13786
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r-- | phpBB/includes/mcp/mcp_post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_post.php b/phpBB/includes/mcp/mcp_post.php index 6c9f04cbf7..03bf7cb1d7 100644 --- a/phpBB/includes/mcp/mcp_post.php +++ b/phpBB/includes/mcp/mcp_post.php @@ -280,7 +280,7 @@ function mcp_post_details($id, $mode, $action) * @since 3.1.5-RC1 */ $vars = array( - 'poll_info', + 'post_info', 'mcp_post_template_data', 'attachments', 's_additional_opts', |