aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/info/mcp_warn.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2007-04-15 21:40:25 +0000
committerNils Adermann <naderman@naderman.de>2007-04-15 21:40:25 +0000
commitc76a2cdfe867952c3b1087a585589debc0b5d648 (patch)
treec6fab56488507014529675db2a0b361f64273f36 /phpBB/includes/mcp/info/mcp_warn.php
parent6e92276b87ee57b45598cb559ebce7db999ce3ac (diff)
downloadforums-c76a2cdfe867952c3b1087a585589debc0b5d648.tar
forums-c76a2cdfe867952c3b1087a585589debc0b5d648.tar.gz
forums-c76a2cdfe867952c3b1087a585589debc0b5d648.tar.bz2
forums-c76a2cdfe867952c3b1087a585589debc0b5d648.tar.xz
forums-c76a2cdfe867952c3b1087a585589debc0b5d648.zip
- viewtopic/forum search boxes should also use search config option and u_search permission [Bug #9850]
- mcp_reports was still using some of the mcp_queue post_id logic, changed enough to report_id logic to make it work properly now. I hope I didn't miss any external places referring to mcp_reports which send it a post_id_list. I really wonder whether people don't test the MCP at all? Good that I noticed this myself when fixing an incorrect language string (No reports selected) message [Bug #9741] - forgot to check in the changed mcp/info file for mcp_warn with global m_warn option - mcp_post.html was missing a submit button for changing the poster in prosilver [Bug #9771] - language variables in javascript in templates should use LA_ not L_ for proper escaping of single quotes git-svn-id: file:///svn/phpbb/trunk@7361 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/info/mcp_warn.php')
-rw-r--r--phpBB/includes/mcp/info/mcp_warn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/info/mcp_warn.php b/phpBB/includes/mcp/info/mcp_warn.php
index b5bef23be6..d53f35e00d 100644
--- a/phpBB/includes/mcp/info/mcp_warn.php
+++ b/phpBB/includes/mcp/info/mcp_warn.php
@@ -23,7 +23,7 @@ class mcp_warn_info
'front' => array('title' => 'MCP_WARN_FRONT', 'auth' => 'aclf_m_warn', 'cat' => array('MCP_WARN')),
'list' => array('title' => 'MCP_WARN_LIST', 'auth' => 'aclf_m_warn', 'cat' => array('MCP_WARN')),
'warn_user' => array('title' => 'MCP_WARN_USER', 'auth' => 'aclf_m_warn', 'cat' => array('MCP_WARN')),
- 'warn_post' => array('title' => 'MCP_WARN_POST', 'auth' => 'acl_m_warn,$id || (!$id && aclf_m_warn)', 'cat' => array('MCP_WARN')),
+ 'warn_post' => array('title' => 'MCP_WARN_POST', 'auth' => 'acl_m_warn && acl_f_read,$id', 'cat' => array('MCP_WARN')),
),
);
}