diff options
author | Nils Adermann <naderman@naderman.de> | 2006-06-09 19:20:51 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-06-09 19:20:51 +0000 |
commit | 753994810a19422d7145fcd615754dcb558bc52a (patch) | |
tree | 89515a32fd02cc5ba493df5c374060fefc72b40e /phpBB/mcp.php | |
parent | adc6d2a0c1d7b63caf07184a5e28580db1e1780f (diff) | |
download | forums-753994810a19422d7145fcd615754dcb558bc52a.tar forums-753994810a19422d7145fcd615754dcb558bc52a.tar.gz forums-753994810a19422d7145fcd615754dcb558bc52a.tar.bz2 forums-753994810a19422d7145fcd615754dcb558bc52a.tar.xz forums-753994810a19422d7145fcd615754dcb558bc52a.zip |
- a few adjustments to permissions, specifically with regard to global topics
- forgot to change a line in permission trace [Bug #2100]
- syntax highlighting for php5
- [Bug #2093]
git-svn-id: file:///svn/phpbb/trunk@6028 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r-- | phpBB/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 6f805cb2be..50b803048c 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -98,7 +98,7 @@ if ($topic_id && !$forum_id) } // If the user doesn't have any moderator powers (globally or locally) he can't access the mcp -if (!$auth->acl_get('m_') && !$auth->acl_getf_global('m_')) +if (!$auth->acl_getf_global('m_')) { // Except he is using one of the quickmod tools for users $user_quickmod_actions = array( |