From b3b12344bfee097b06019d6ee83b1952cb3088ea Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 5 Dec 2012 01:24:02 +0100 Subject: Refs #4842. Relating replies to original messages. --- mod/messages/actions/messages/send.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/messages/actions') diff --git a/mod/messages/actions/messages/send.php b/mod/messages/actions/messages/send.php index 9d9f6c8b7..16a971ad2 100644 --- a/mod/messages/actions/messages/send.php +++ b/mod/messages/actions/messages/send.php @@ -11,7 +11,7 @@ $recipient_guid = get_input('recipient_guid'); elgg_make_sticky_form('messages'); -//$reply = get_input('reply',0); // this is the guid of the message replying to +$reply = get_input('reply',0); // this is the guid of the message replying to if (!$recipient_guid) { register_error(elgg_echo("messages:user:blank")); -- cgit v1.2.3