diff options
author | Mario <mario@mariovavti.com> | 2024-02-29 21:11:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-29 21:11:39 +0000 |
commit | 4bbeb224f67848cbdd4b07ed4f90341e0a6460c9 (patch) | |
tree | e5175bdbb2e3610b545df6ca9650845aaee6f5e4 /Zotlabs/Widget/Messages.php | |
parent | 8435d9eb1305d9678ef730c5a4924769b830e7d2 (diff) | |
download | volse-hubzilla-4bbeb224f67848cbdd4b07ed4f90341e0a6460c9.tar.gz volse-hubzilla-4bbeb224f67848cbdd4b07ed4f90341e0a6460c9.tar.bz2 volse-hubzilla-4bbeb224f67848cbdd4b07ed4f90341e0a6460c9.zip |
more cleanup
Diffstat (limited to 'Zotlabs/Widget/Messages.php')
-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 519bb27fe..0ddbebbcc 100644 --- a/Zotlabs/Widget/Messages.php +++ b/Zotlabs/Widget/Messages.php @@ -85,7 +85,7 @@ class Messages { } if($author) { - $author_sql = " AND (i.owner_xchan = '" . protect_sprintf(dbesc($author)) . "' OR i.source_xchan = '" . protect_sprintf(dbesc($author)) . "') "; + $author_sql = " AND (i.owner_xchan = '" . protect_sprintf(dbesc($author)) . "') "; } switch($type) { |