aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/actions/messages/send.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-02-13 20:03:50 +0100
committerSem <sembrestels@riseup.net>2013-02-13 20:03:50 +0100
commit9ae3522b674a311e963b07513e4eee3c4729d2cd (patch)
tree2f62765c7c53ddacb35c7ac8034cfb9867b33fd5 /mod/messages/actions/messages/send.php
parent5aff5b3913fbb6226d8fb3162453c58888fba38d (diff)
parentb3b12344bfee097b06019d6ee83b1952cb3088ea (diff)
downloadelgg-9ae3522b674a311e963b07513e4eee3c4729d2cd.tar.gz
elgg-9ae3522b674a311e963b07513e4eee3c4729d2cd.tar.bz2
Merge branch 'messages-reply' of git://github.com/sembrestels/Elgg into foxglove-2
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"));