aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_queue.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-10-01 16:25:05 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-01 16:25:05 +0200
commit1943de36f32609b37230da32aa679466043702fe (patch)
tree1882e314e18bafeb4b72da177ad72c823e624e38 /phpBB/includes/mcp/mcp_queue.php
parente5377e98c7eca8754f423ef495e4b092590f4e03 (diff)
downloadforums-1943de36f32609b37230da32aa679466043702fe.tar
forums-1943de36f32609b37230da32aa679466043702fe.tar.gz
forums-1943de36f32609b37230da32aa679466043702fe.tar.bz2
forums-1943de36f32609b37230da32aa679466043702fe.tar.xz
forums-1943de36f32609b37230da32aa679466043702fe.zip
[feature/soft-delete] Comment out user_posts update for the moment
It should rely on the permissions of the post not the current user. PHPBB3-9657
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r--phpBB/includes/mcp/mcp_queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php
index 3b18b7f0e7..b1b4ea99aa 100644
--- a/phpBB/includes/mcp/mcp_queue.php
+++ b/phpBB/includes/mcp/mcp_queue.php
@@ -465,7 +465,7 @@ class mcp_queue
/**
-* Approve Post/Topic
+* Restore Post/Topic
*/
function restore_post($post_id_list, $id, $mode)
{