aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/actions
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-05 14:49:32 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-05 14:49:32 +0000
commitf33f39603ffb1d8abe5b953eb8db59bafe9a773d (patch)
treec2a63e3fb0e27f8e31381d19cc9540b85c53b527 /mod/thewire/actions
parentc2f73d463cf460fa84999fe42d8e64fe5c2f715b (diff)
downloadelgg-f33f39603ffb1d8abe5b953eb8db59bafe9a773d.tar.gz
elgg-f33f39603ffb1d8abe5b953eb8db59bafe9a773d.tar.bz2
Wire posts are now default access
git-svn-id: https://code.elgg.org/elgg/trunk@3094 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire/actions')
-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);