diff options
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Widget/Messages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Messages.php b/Zotlabs/Widget/Messages.php index a37a178f9..0a8900c4f 100644 --- a/Zotlabs/Widget/Messages.php +++ b/Zotlabs/Widget/Messages.php @@ -82,7 +82,7 @@ class Messages { } if($author) { - $author_sql = " AND i.author_xchan = '" . protect_sprintf(dbesc($author)) . "' "; + $author_sql = " AND i.owner_xchan = '" . protect_sprintf(dbesc($author)) . "' "; } switch($type) { |