aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/actions/messages/send.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-12-05 01:32:32 +0100
committerSem <sembrestels@riseup.net>2012-12-05 01:32:32 +0100
commit75d7fd1106dcd97e2a3ccb25bd4df780a66b82dd (patch)
treef17476c8ffb7da7dc7488ebdbf1851968b4485b8 /mod/messages/actions/messages/send.php
parent306c043a720bc51070652366ef929bc612f0bcbb (diff)
parentb3b12344bfee097b06019d6ee83b1952cb3088ea (diff)
downloadelgg-75d7fd1106dcd97e2a3ccb25bd4df780a66b82dd.tar.gz
elgg-75d7fd1106dcd97e2a3ccb25bd4df780a66b82dd.tar.bz2
Merge branch 'messages-reply' of git://github.com/sembrestels/Elgg into foxglove-1
Conflicts: mod/messages/pages/messages/read.php
Diffstat (limited to 'mod/messages/actions/messages/send.php')
-rw-r--r--mod/messages/actions/messages/send.php2
1 files changed, 1 insertions, 1 deletions
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"));