aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/actions
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-08 15:45:41 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-08 15:45:41 +0000
commit21e4f3681d9f936af24e6a44868628ceeb53ddf9 (patch)
tree419674d729dfeaa389a6159ca8e9a4bdeed5fda8 /mod/thewire/actions
parentfd75f66c772983c871ee5ed06d702dbb24ecac07 (diff)
downloadelgg-21e4f3681d9f936af24e6a44868628ceeb53ddf9.tar.gz
elgg-21e4f3681d9f936af24e6a44868628ceeb53ddf9.tar.bz2
Updates to thewire interface
git-svn-id: http://code.elgg.org/elgg/trunk@5302 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 58589dc9a..1a59a979f 100644
--- a/mod/thewire/actions/add.php
+++ b/mod/thewire/actions/add.php
@@ -14,7 +14,7 @@
if (!isloggedin()) forward();
// Get input data
- $body = get_input('note');
+ $body = get_input('new_post_textarea');
$tags = get_input('thewiretags');
$access_id = (int)get_default_access();
if ($access_id == ACCESS_PRIVATE)