aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/messages/start.php')
-rw-r--r--mod/messages/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/messages/start.php b/mod/messages/start.php
index 58636eea8..324abd59b 100644
--- a/mod/messages/start.php
+++ b/mod/messages/start.php
@@ -288,7 +288,7 @@ function messages_send($subject, $body, $send_to, $from = 0, $reply = 0, $notify
}
$message_contents = strip_tags($body);
- if ($send_to != elgg_get_logged_in_user_entity() && $notify) {
+ if (($send_to != elgg_get_logged_in_user_guid()) && $notify) {
$to_user = get_user($send_to);
$from_user = elgg_get_logged_in_user_entity();