From 89a9e93a915ca7c576e187f0c38d2c202fed05b2 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Mar 2009 14:53:16 +0000 Subject: Wire posts now save as default access level git-svn-id: https://code.elgg.org/elgg/trunk@3095 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/actions/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/thewire') diff --git a/mod/thewire/actions/add.php b/mod/thewire/actions/add.php index fa11d336f..77f877c3c 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 = ACCESS_DEFAULT;// get_input('access_id'); + $access_id = get_default_access(); $location = get_input('location'); $method = get_input('method'); $parent = (int)get_input('parent', 0); -- cgit v1.2.3