From: Aaron Schulz Date: Mon, 28 Sep 2009 02:41:51 +0000 (+0000) Subject: Follow-up r56791: add 'deletedcontent' to corerights X-Git-Tag: 1.31.0-rc.0~39499 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=259e216deac4d321a1767580e347e7c43be89a16;p=lhc%2Fweb%2Fwiklou.git Follow-up r56791: add 'deletedcontent' to corerights --- diff --git a/includes/User.php b/includes/User.php index 48fe910fc5..2e1e14a37f 100644 --- a/includes/User.php +++ b/includes/User.php @@ -142,6 +142,7 @@ class User { 'createtalk', 'delete', 'deletedhistory', + 'deletedcontent', 'deleterevision', 'edit', 'editinterface',