aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/actions/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/actions/add.php')
-rw-r--r--mod/reportedcontent/actions/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/actions/add.php b/mod/reportedcontent/actions/add.php
index ebe1d7e3b..3f818ca3c 100644
--- a/mod/reportedcontent/actions/add.php
+++ b/mod/reportedcontent/actions/add.php
@@ -13,7 +13,7 @@
$title = get_input('title');
$description = get_input('description');
$address = get_input('address');
- $access = 0; //this is private and only admins can see it
+ $access = ACCESS_PRIVATE; //this is private and only admins can see it
if ($title && $address) {