diff options
Diffstat (limited to 'mod/reportedcontent/actions/delete.php')
-rw-r--r-- | mod/reportedcontent/actions/delete.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/reportedcontent/actions/delete.php b/mod/reportedcontent/actions/delete.php index fa10c6d7e..b7d6fdaa5 100644 --- a/mod/reportedcontent/actions/delete.php +++ b/mod/reportedcontent/actions/delete.php @@ -5,9 +5,6 @@ * @package ElggReportedCOntent */ -// Make sure we're logged in and are admin -admin_gatekeeper(); - // Get input data $guid = (int) get_input('item'); |