diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/thewire/actions/add.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);
 | 
