aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_pm_compose.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-10 20:50:14 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-10 20:50:14 +0000
commite70cea16b90ba50a6a05aa1e1b091f04805a7c1a (patch)
tree2ea58a48ce2870c9b7cd6e15e64e4255119d9ea3 /phpBB/includes/ucp/ucp_pm_compose.php
parent067f80ecccf0ba709552e2ccd7c9714534eb80bf (diff)
downloadforums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar
forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.gz
forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.bz2
forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.tar.xz
forums-e70cea16b90ba50a6a05aa1e1b091f04805a7c1a.zip
checking in some fixes... also added "previous/next pm in history" links to prosilvers private message view; dhn, you may want to have a look at the placement. :)
git-svn-id: file:///svn/phpbb/trunk@7322 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_compose.php')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index c6a1d20be7..fd2c96765f 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -556,7 +556,7 @@ function compose_pm($id, $mode, $action)
'from_user_id' => $user->data['user_id'],
'from_user_ip' => $user->data['user_ip'],
'from_username' => $user->data['username'],
- 'reply_from_root_level' => (isset($root_level)) ? (int) $root_level : 0,
+ 'reply_from_root_level' => (isset($post['root_level'])) ? (int) $post['root_level'] : 0,
'reply_from_msg_id' => (int) $msg_id,
'icon_id' => (int) $icon_id,
'enable_sig' => (bool) $enable_sig,