aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-11-08 11:17:32 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-11-08 11:17:32 +0000
commitb39f618001b54a0213e2c80e70e85dd49ffc6fe6 (patch)
tree353efb8d7a0818acee56c2fdf6801d34da7a3ad6 /phpBB/includes/acp/acp_forums.php
parent0382b08fe2e5fd28296cb3989ec72a01321d2fe1 (diff)
downloadforums-b39f618001b54a0213e2c80e70e85dd49ffc6fe6.tar
forums-b39f618001b54a0213e2c80e70e85dd49ffc6fe6.tar.gz
forums-b39f618001b54a0213e2c80e70e85dd49ffc6fe6.tar.bz2
forums-b39f618001b54a0213e2c80e70e85dd49ffc6fe6.tar.xz
forums-b39f618001b54a0213e2c80e70e85dd49ffc6fe6.zip
Fix Bug #53435 - unneccessary error on forum creation screen, actually, this code is no longer even executed since RC4
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10258 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r--phpBB/includes/acp/acp_forums.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php
index cc56aba369..bde59ec870 100644
--- a/phpBB/includes/acp/acp_forums.php
+++ b/phpBB/includes/acp/acp_forums.php
@@ -75,13 +75,6 @@ class acp_forums
trigger_error($user->lang['NO_PERMISSION_FORUM_ADD'] . adm_back_link($this->u_action . '&amp;parent_id=' . $this->parent_id), E_USER_WARNING);
}
- case 'copy_perm':
-
- if (!(($auth->acl_get('a_fauth') && $auth->acl_get('a_authusers') && $auth->acl_get('a_authgroups') && $auth->acl_get('a_mauth'))))
- {
- trigger_error($user->lang['NO_PERMISSION_COPY'] . adm_back_link($this->u_action . '&amp;parent_id=' . $this->parent_id), E_USER_WARNING);
- }
-
break;
}