diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-08-21 20:30:33 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-08-21 20:30:33 +0200 |
| commit | 4222510e9c183437fe1b3896273ab6f672c25020 (patch) | |
| tree | 94ec3e0b1e683d0ee716160b503476f0dc139203 /phpBB/includes/mcp | |
| parent | bcf4f4fbdfeec8fcfc48ebc4e08856e6526b21d2 (diff) | |
| parent | b7a1add009ec36ca1143fa75ebda828d0fdead80 (diff) | |
| download | forums-4222510e9c183437fe1b3896273ab6f672c25020.tar forums-4222510e9c183437fe1b3896273ab6f672c25020.tar.gz forums-4222510e9c183437fe1b3896273ab6f672c25020.tar.bz2 forums-4222510e9c183437fe1b3896273ab6f672c25020.tar.xz forums-4222510e9c183437fe1b3896273ab6f672c25020.zip | |
Merge branch 'ticket/cs278/7332' into develop-olympus
* ticket/cs278/7332:
[ticket/7332] Redirect users back to post details when performing actions.
[ticket/7332] Collapse post details content down to a maximum of 300px heigh
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 1fbedbac4f..7098b4bbce 100644 --- a/phpBB/includes/mcp/mcp_post.php +++ b/phpBB/includes/mcp/mcp_post.php @@ -176,7 +176,7 @@ function mcp_post_details($id, $mode, $action) } $template->assign_vars(array( - 'U_MCP_ACTION' => "$url&i=main&quickmod=1", // Use this for mode paramaters + 'U_MCP_ACTION' => "$url&i=main&quickmod=1&mode=post_details", // Use this for mode paramaters 'U_POST_ACTION' => "$url&i=$id&mode=post_details", // Use this for action parameters 'U_APPROVE_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", "i=queue&p=$post_id&f={$post_info['forum_id']}"), |
