diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-21 11:55:21 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-21 11:55:21 +0000 |
commit | 9113553d8355ab439352811057eee86a6aeb1465 (patch) | |
tree | 27f80974707bacc586536efd2f5b9acde288da5f | |
parent | f1ba99ec0da4b49269e63e90f758eecb37a1ea3d (diff) | |
download | forums-9113553d8355ab439352811057eee86a6aeb1465.tar forums-9113553d8355ab439352811057eee86a6aeb1465.tar.gz forums-9113553d8355ab439352811057eee86a6aeb1465.tar.bz2 forums-9113553d8355ab439352811057eee86a6aeb1465.tar.xz forums-9113553d8355ab439352811057eee86a6aeb1465.zip |
err
git-svn-id: file:///svn/phpbb/trunk@7916 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/acp/acp_forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php index 66a9d7ff75..2fae905b5f 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -163,7 +163,7 @@ class acp_forums $forum_perm_from = request_var('forum_perm_from', 0); // Copy permissions? - if ($forum_perm_from && !empty($forum_perm_from) && $forum_perm_from == $forum_data['forum_id']) + if ($forum_perm_from && !empty($forum_perm_from) && $forum_perm_from != $forum_data['forum_id']) { // if we edit a forum delete current permissions first if ($action == 'edit') |