From 21e4f3681d9f936af24e6a44868628ceeb53ddf9 Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 8 Mar 2010 15:45:41 +0000 Subject: Updates to thewire interface git-svn-id: http://code.elgg.org/elgg/trunk@5302 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/actions/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/thewire/actions') 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) -- cgit v1.2.3