diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-08-19 16:39:46 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-08-19 16:39:46 +0000 |
commit | 269421a22f9b2618925362e07e2350f0739eb745 (patch) | |
tree | 2d676b732fba9285dc5eaf630f9e83411f82bd90 /phpBB/includes/ucp/ucp_pm.php | |
parent | 4b9215bd14bc72edeff20a40962d0bd89b21718e (diff) | |
download | forums-269421a22f9b2618925362e07e2350f0739eb745.tar forums-269421a22f9b2618925362e07e2350f0739eb745.tar.gz forums-269421a22f9b2618925362e07e2350f0739eb745.tar.bz2 forums-269421a22f9b2618925362e07e2350f0739eb745.tar.xz forums-269421a22f9b2618925362e07e2350f0739eb745.zip |
- fixing some minor bugs...
git-svn-id: file:///svn/phpbb/trunk@5203 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_pm.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/includes/ucp/ucp_pm.php b/phpBB/includes/ucp/ucp_pm.php index 9ce0794eca..00b7c0988e 100644 --- a/phpBB/includes/ucp/ucp_pm.php +++ b/phpBB/includes/ucp/ucp_pm.php @@ -187,6 +187,13 @@ class ucp_pm extends module trigger_error('NO_AUTH_READ_MESSAGE'); } + // Do not allow hold messages to be seen + if ($folder_id == PRIVMSGS_HOLD_BOX) + { + trigger_error('NO_AUTH_READ_HOLD_MESSAGE'); + } + + // First Handle Mark actions and moving messages // Move PM |