diff options
| author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-05 14:53:16 +0000 | 
|---|---|---|
| committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-05 14:53:16 +0000 | 
| commit | 89a9e93a915ca7c576e187f0c38d2c202fed05b2 (patch) | |
| tree | 2d0cb88355a2ab5f140f55c83018c3840aaa79c1 /mod | |
| parent | f33f39603ffb1d8abe5b953eb8db59bafe9a773d (diff) | |
| download | elgg-89a9e93a915ca7c576e187f0c38d2c202fed05b2.tar.gz elgg-89a9e93a915ca7c576e187f0c38d2c202fed05b2.tar.bz2  | |
Wire posts now save as default access level
git-svn-id: https://code.elgg.org/elgg/trunk@3095 36083f99-b078-4883-b0ff-0f9b5a30f544
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);
  | 
