diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-01-17 20:09:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-01-17 20:09:19 +0100 |
commit | 5aa0267936e391e1d1a98de5287546ad5817fb41 (patch) | |
tree | a1785f39722b359e06afcfc41be9da5d717d0dcb | |
parent | 07f6465872e807224e54e3d73f5296d0fa057ca2 (diff) | |
download | volse-hubzilla-5aa0267936e391e1d1a98de5287546ad5817fb41.tar.gz volse-hubzilla-5aa0267936e391e1d1a98de5287546ad5817fb41.tar.bz2 volse-hubzilla-5aa0267936e391e1d1a98de5287546ad5817fb41.zip |
add space
-rw-r--r-- | Zotlabs/Lib/DReport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/DReport.php b/Zotlabs/Lib/DReport.php index 1292e7488..18087e29f 100644 --- a/Zotlabs/Lib/DReport.php +++ b/Zotlabs/Lib/DReport.php @@ -87,7 +87,7 @@ class DReport { // Is the sender one of our channels? - $c = q("select channel_id from channel where channel_hash = '%s' or channel_portable_id = '%s'limit 1", + $c = q("select channel_id from channel where channel_hash = '%s' or channel_portable_id = '%s' limit 1", dbesc($dr['sender']), dbesc($dr['sender']) ); |