aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/actions/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/actions/add.php')
-rw-r--r--mod/thewire/actions/add.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/actions/add.php b/mod/thewire/actions/add.php
index 67aab0600..fa11d336f 100644
--- a/mod/thewire/actions/add.php
+++ b/mod/thewire/actions/add.php
@@ -16,7 +16,7 @@
// Get input data
$body = get_input('note');
$tags = get_input('thewiretags');
- $access_id = get_input('access_id');
+ $access_id = ACCESS_DEFAULT;// get_input('access_id');
$location = get_input('location');
$method = get_input('method');
$parent = (int)get_input('parent', 0);