aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/actions/delete.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/actions/delete.php')
-rw-r--r--mod/reportedcontent/actions/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/actions/delete.php b/mod/reportedcontent/actions/delete.php
index b7d6fdaa5..faf169223 100644
--- a/mod/reportedcontent/actions/delete.php
+++ b/mod/reportedcontent/actions/delete.php
@@ -6,7 +6,7 @@
*/
// Get input data
-$guid = (int) get_input('item');
+$guid = (int) get_input('guid');
// Make sure we actually have permission to edit
$report = get_entity($guid);