From f33f39603ffb1d8abe5b953eb8db59bafe9a773d Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Mar 2009 14:49:32 +0000 Subject: Wire posts are now default access git-svn-id: https://code.elgg.org/elgg/trunk@3094 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/actions/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3