aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/actions/messages/send.php
diff options
context:
space:
mode:
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"));